We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8c3fc9 + 29de4c8 commit 6220ce5Copy full SHA for 6220ce5
1 file changed
src/components/Images.vue
@@ -283,7 +283,9 @@ export default {
283
this.imageOutputCuller = getImageOutputCuller(command);
284
285
if (this.$refs.fullWindow) {
286
- this.$refs.fullWindow.scrollTop = this.$refs.fullWindow.scrollHeight;
+ this.$nextTick(() => {
287
+ this.$refs.fullWindow.parentElement.parentElement.scrollTop = this.$refs.fullWindow.scrollHeight;
288
+ });
289
}
290
},
291
deleteImage(obj) {
0 commit comments