fix preview

pull/342/head
Pete Matsyburka 12 months ago
parent ce31ebde1e
commit 27901063ed

@ -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])
})

Loading…
Cancel
Save