mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-11 00:41:41 +08:00
Fix inline editing for blank values [SCI-6749]
This commit is contained in:
parent
8aaab73856
commit
ebdd22a892
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created( ){
|
created( ){
|
||||||
this.newValue = this.value;
|
this.newValue = this.value || '';
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
if (this.autofocus) {
|
if (this.autofocus) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue