diff --git a/src/views/list/views/Kanban.vue b/src/views/list/views/Kanban.vue index c709bc92..6e7ea730 100644 --- a/src/views/list/views/Kanban.vue +++ b/src/views/list/views/Kanban.vue @@ -29,7 +29,7 @@ -
+
{ this.error(e, this) }) + .finally(() => { + if(!this.$refs[`tasks-container${task.bucketId}`][0]) { + return + } + this.$refs[`tasks-container${task.bucketId}`][0].scrollTop = this.$refs[`tasks-container${task.bucketId}`][0].scrollHeight + }) }, createNewBucket() { if (this.newBucketTitle === '') {