mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-04-01 18:02:27 +08:00
Fix glitchy dropdowns on Safari [SCI-8946]
This commit is contained in:
parent
5157f86b56
commit
4d4eebd78e
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
setValue(value) {
|
setValue(value) {
|
||||||
|
this.focusElement.blur();
|
||||||
this.$emit('change', value);
|
this.$emit('change', value);
|
||||||
},
|
},
|
||||||
updateOptionPosition() {
|
updateOptionPosition() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue