mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 00:54:11 +01:00
not needed comment removed
This commit is contained in:
@@ -857,7 +857,7 @@ vimperator.Events = function () //{{{
|
||||
{
|
||||
vimperator.modes.isRecording = false;
|
||||
vimperator.log("Recorded " + currentMacro + ": " + macros[currentMacro], 8);
|
||||
event.preventDefault(); // XXX: or howto stop that key being processed?
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user