0
Fork 0
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:
Neil Jenkins 2011-11-17 18:36:29 +11:00
parent 17cb1e0043
commit f4c5a85379

View file

@ -1138,9 +1138,6 @@
};
var keyHandlers = {
tab: function ( event ) {
event.preventDefault();
},
enter: function ( event ) {
// We handle this ourselves
event.preventDefault();