Merge pull request #5955 from artoscinote/ma_SCI_8946

Fix glitchy dropdowns on Safari [SCI-8946]
This commit is contained in:
artoscinote 2023-08-10 11:47:54 +02:00 committed by GitHub
commit 2db8badc57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,6 +105,7 @@
}
},
setValue(value) {
this.focusElement.blur();
this.$emit('change', value);
},
updateOptionPosition() {