mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-31 12:09:17 +08:00
(Fix) Only one item can be opened on item card [SCI-9686]
This commit is contained in:
parent
4082ecc326
commit
bbe71c4a26
1 changed files with 5 additions and 0 deletions
|
@ -93,6 +93,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
value(newVal, oldVal) {
|
||||||
|
if (newVal !== oldVal) {
|
||||||
|
this.newValue = newVal
|
||||||
|
}
|
||||||
|
},
|
||||||
editing() {
|
editing() {
|
||||||
this.refreshTexareaHeight()
|
this.refreshTexareaHeight()
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue