(Fix) Only one item can be opened on item card [SCI-9686]

This commit is contained in:
Gregor Lasnibat 2023-11-19 18:10:19 +01:00
parent 4082ecc326
commit bbe71c4a26

View file

@ -93,6 +93,11 @@
}
},
watch: {
value(newVal, oldVal) {
if (newVal !== oldVal) {
this.newValue = newVal
}
},
editing() {
this.refreshTexareaHeight()
},