This commit is contained in:
2026-04-10 11:07:39 +03:00
parent c34149b9b1
commit eddc045a53
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ export default {
return this.$route.params?.id;
},
forRendering() {
return this.$p.objectTypes.find(t=> t.value == this.object?.type)?.render
return this.$p.objectTypes.find(t=> t.value == this.object?.type)?.render || this.object?.asset?.name?.endsWith('ktx2')
},
},
methods: {