Merge pull request from G-Chubinidze/gc_SCI_7935

Rearrange of checklist items does not work after pasting several items at once [SCI-7935]
This commit is contained in:
artoscinote 2023-04-05 15:23:03 +02:00 committed by GitHub
commit 47b7d1a1ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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