mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-11 17:00:41 +08:00
Not saved checklist item at pasting text [SCI-7459]
This commit is contained in:
parent
661069f6a7
commit
5fa59ec2a0
1 changed files with 1 additions and 1 deletions
|
|
@ -164,8 +164,8 @@
|
||||||
if (lines.length > 1) {
|
if (lines.length > 1) {
|
||||||
this.newValue = lines[0];
|
this.newValue = lines[0];
|
||||||
this.$emit('multilinePaste', lines);
|
this.$emit('multilinePaste', lines);
|
||||||
|
this.update();
|
||||||
}
|
}
|
||||||
this.update();
|
|
||||||
},
|
},
|
||||||
handleInput() {
|
handleInput() {
|
||||||
this.dirty = true;
|
this.dirty = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue