mirror of
https://github.com/wekan/wekan.git
synced 2025-12-25 19:58:49 +01:00
Comment out not used Tab code at accessibility related changes.
Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/5853
This commit is contained in:
parent
1341fc6a98
commit
0e32f666eb
1 changed files with 2 additions and 0 deletions
|
|
@ -414,6 +414,7 @@ BlazeComponent.extendComponent({
|
|||
// or `Enter` to validation the auto-completion. We also need to stop the
|
||||
// event propagation to prevent the card from submitting (on `Enter`) or
|
||||
// going on the next column (on `Tab`).
|
||||
/*
|
||||
onKeydown(evt, commands) {
|
||||
// Prevent custom focus movement on Tab key for accessibility
|
||||
// if (evt.keyCode === 9 || evt.keyCode === 13) {
|
||||
|
|
@ -422,6 +423,7 @@ BlazeComponent.extendComponent({
|
|||
//}
|
||||
return null;
|
||||
},
|
||||
*/
|
||||
},
|
||||
);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue