mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-31 20:19:05 +08:00
Merge pull request #6667 from lasniscinote/gl_SCI_9686
(Fix) Only one item can be opened on item card [SCI-9686]
This commit is contained in:
commit
3f6e8b0a78
1 changed files with 5 additions and 0 deletions
|
@ -93,6 +93,11 @@
|
|||
}
|
||||
},
|
||||
watch: {
|
||||
value(newVal, oldVal) {
|
||||
if (newVal !== oldVal) {
|
||||
this.newValue = newVal
|
||||
}
|
||||
},
|
||||
editing() {
|
||||
this.refreshTexareaHeight()
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue