focus blink fix
parent
57de63f659
commit
7e29b953f4
|
@ -1155,11 +1155,11 @@ export default {
|
|||
}
|
||||
|
||||
if (this.isSingleSelection() && (!this.showTime || this.hideOnDateTimeSelect)) {
|
||||
if (this.input) {
|
||||
this.input.focus();
|
||||
}
|
||||
|
||||
setTimeout(() => {
|
||||
if (this.input) {
|
||||
this.input.focus();
|
||||
}
|
||||
|
||||
this.overlayVisible = false;
|
||||
}, 150);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue