Remove manualInput focus restriction

pull/5806/head
Cagatay Civici 2024-05-30 12:23:00 +03:00
parent 6dc91b26cd
commit 10d519d2e8
1 changed files with 0 additions and 4 deletions

View File

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