mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-04-22 04:00:40 +08:00
Merge pull request #5303 from G-Chubinidze/gc_SCI_7459
Not saved checklist item at pasting text [SCI-7459]
This commit is contained in:
commit
dd97a83de1
1 changed files with 1 additions and 1 deletions
|
@ -164,8 +164,8 @@
|
|||
if (lines.length > 1) {
|
||||
this.newValue = lines[0];
|
||||
this.$emit('multilinePaste', lines);
|
||||
}
|
||||
this.update();
|
||||
}
|
||||
},
|
||||
handleInput() {
|
||||
this.dirty = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue