0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-22 15:23:29 -05:00

Don't prevent default on tab unless doing something.

Fixes #131.
This commit is contained in:
Neil Jenkins 2015-09-04 18:33:11 +01:00
parent 94f5a56255
commit 0ec3c43791
3 changed files with 1 additions and 3 deletions

View file

@ -1547,7 +1547,6 @@ var keyHandlers = {
}
node = parent;
}
event.preventDefault();
}
},
space: function ( self, _, range ) {

File diff suppressed because one or more lines are too long

View file

@ -398,7 +398,6 @@ var keyHandlers = {
}
node = parent;
}
event.preventDefault();
}
},
space: function ( self, _, range ) {