Fix inline field when value change [SCI-7069]

This commit is contained in:
Anton 2022-08-08 11:32:10 +02:00
parent 578314a8e6
commit ffaa6c6abb

View file

@ -67,6 +67,9 @@
watch: {
autofocus() {
this.handleAutofocus();
},
value() {
this.newValue = this.value;
}
},
computed: {