pull/4468/head
Tuğçe Küçükoğlu 2023-09-18 10:43:49 +03:00
parent 637c010242
commit 3628e2fd8c
1 changed files with 1 additions and 1 deletions

View File

@ -2489,7 +2489,7 @@ export default {
cell.tabIndex = '0';
if (!this.inline && (!this.navigationState || !this.navigationState.button) && !this.timePickerChange) {
cell.focus();
if (!this.manualInput) cell.focus();
}
this.preventFocus = false;