Merge pull request from G-Chubinidze/gc_SCI_7459

Not saved checklist item at pasting text [SCI-7459]
This commit is contained in:
artoscinote 2023-04-14 10:28:38 +02:00 committed by GitHub
commit dd97a83de1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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