mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-22 21:09:53 +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) {
|
||||
this.focusElement.blur();
|
||||
this.$emit('change', value);
|
||||
},
|
||||
updateOptionPosition() {
|
||||
|
|
Loading…
Add table
Reference in a new issue