mirror of
https://github.com/fastmail/Squire.git
synced 2025-01-09 08:20:08 -05:00
Don't prevent tabbing out of area.
This commit is contained in:
parent
17cb1e0043
commit
f4c5a85379
1 changed files with 0 additions and 3 deletions
|
@ -1138,9 +1138,6 @@
|
|||
};
|
||||
|
||||
var keyHandlers = {
|
||||
tab: function ( event ) {
|
||||
event.preventDefault();
|
||||
},
|
||||
enter: function ( event ) {
|
||||
// We handle this ourselves
|
||||
event.preventDefault();
|
||||
|
|
Loading…
Reference in a new issue