Rearrange of checklist items does not work after pasting several items at once [SCI-7935]

This commit is contained in:
Giga Chubinidze 2023-02-21 10:44:28 +04:00
parent 1ac86b8188
commit 34cfb14869

View file

@ -153,6 +153,7 @@
this.newValue = lines[0];
this.$emit('multilinePaste', lines);
}
this.update();
},
handleInput() {
this.dirty = true;