This commit is contained in:
2025-03-22 12:44:42 +02:00
parent 43895ea0fc
commit 25df07c250
13 changed files with 447 additions and 6 deletions
+1
View File
@@ -94,6 +94,7 @@ export default {
if (this.id == 'add') {
this.$router.replace({ params: { id: this.object.id } });
}
await this.$nextTick();
if (!params?.thumbOnly) await this.$refs.assetPreview.loadAsset();
} catch (err) {
console.error(err);