mirror of
https://github.com/fastmail/Squire.git
synced 2025-01-10 00:40: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 = {
|
var keyHandlers = {
|
||||||
tab: function ( event ) {
|
|
||||||
event.preventDefault();
|
|
||||||
},
|
|
||||||
enter: function ( event ) {
|
enter: function ( event ) {
|
||||||
// We handle this ourselves
|
// We handle this ourselves
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
|
Loading…
Reference in a new issue