mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
Fix inline field when value change [SCI-7069]
This commit is contained in:
parent
578314a8e6
commit
ffaa6c6abb
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@
|
|||
watch: {
|
||||
autofocus() {
|
||||
this.handleAutofocus();
|
||||
},
|
||||
value() {
|
||||
this.newValue = this.value;
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
|
Loading…
Reference in a new issue