mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 15:05:47 +01:00
Fix pressing <Space> in content-editable windows. Closes issue #not-in-the-tracker-for-some-reason.
This commit is contained in:
@@ -1368,6 +1368,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
dactyl.echoerr(template.linkifyHelp(error.message));
|
||||
else
|
||||
dactyl.beep();
|
||||
util.reportError(error);
|
||||
return;
|
||||
}
|
||||
if (error.result == Cr.NS_BINDING_ABORTED)
|
||||
|
||||
Reference in New Issue
Block a user