fix preview

This commit is contained in:
Pete Matsyburka
2024-11-12 17:11:09 +02:00
parent ce31ebde1e
commit 27901063ed
+3 -1
View File
@@ -1342,7 +1342,9 @@ export default {
}
this.$nextTick(() => {
this.$refs.previews.scrollTop = this.$refs.previews.scrollHeight
if (this.$refs.previews) {
this.$refs.previews.scrollTop = this.$refs.previews.scrollHeight
}
this.scrollIntoDocument(data.schema[0])
})