pull/3815/head
Bahadır Sofuoğlu 2023-03-27 13:53:24 +03:00
parent 8e2777565e
commit ca3d05d173
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ export default {
updated() { updated() {
if (this.overlay) { if (this.overlay) {
this.preventFocus = true; this.preventFocus = true;
this.updateFocus(); setTimeout(this.updateFocus, 0);
} }
if (this.input && this.selectionStart != null && this.selectionEnd != null) { if (this.input && this.selectionStart != null && this.selectionEnd != null) {