Fixed #3791
parent
8e2777565e
commit
ca3d05d173
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue