mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
parent
637c010242
commit
3628e2fd8c
1 changed files with 1 additions and 1 deletions
|
@ -2489,7 +2489,7 @@ export default {
|
||||||
cell.tabIndex = '0';
|
cell.tabIndex = '0';
|
||||||
|
|
||||||
if (!this.inline && (!this.navigationState || !this.navigationState.button) && !this.timePickerChange) {
|
if (!this.inline && (!this.navigationState || !this.navigationState.button) && !this.timePickerChange) {
|
||||||
cell.focus();
|
if (!this.manualInput) cell.focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
this.preventFocus = false;
|
this.preventFocus = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue