Not saved checklist item at pasting text [SCI-7459]

This commit is contained in:
Giga Chubinidze 2023-04-13 21:58:49 +04:00
parent 661069f6a7
commit 5fa59ec2a0

View file

@ -164,8 +164,8 @@
if (lines.length > 1) {
this.newValue = lines[0];
this.$emit('multilinePaste', lines);
this.update();
}
this.update();
},
handleInput() {
this.dirty = true;