atom-keymap
Advanced tools
Comparing version 0.27.0 to 0.28.0
@@ -167,2 +167,7 @@ (function() { | ||
} | ||
if (exactMatch.command === 'abort!') { | ||
this.clearQueuedKeystrokes(); | ||
event.preventDefault(); | ||
return; | ||
} | ||
if (exactMatch.command === 'unset!') { | ||
@@ -169,0 +174,0 @@ break; |
{ | ||
"name": "atom-keymap", | ||
"version": "0.27.0", | ||
"version": "0.28.0", | ||
"description": "Atom's DOM-aware keymap module", | ||
@@ -5,0 +5,0 @@ "main": "./lib/keymap-manager", |
42441
1177