mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-16 18:05:06 +08:00
Merge pull request #4999 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:
commit
47b7d1a1ca
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@
|
|||
this.newValue = lines[0];
|
||||
this.$emit('multilinePaste', lines);
|
||||
}
|
||||
this.update();
|
||||
},
|
||||
handleInput() {
|
||||
this.dirty = true;
|
||||
|
|
Loading…
Reference in a new issue