mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 04:54:10 +01:00
Go to irritating lengths to keep the hidden location bar from stealing keyboard focus. Closes issue #292.
This commit is contained in:
@@ -1245,7 +1245,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
if (error.result == Cr.NS_BINDING_ABORTED)
|
||||
return;
|
||||
if (echo)
|
||||
dactyl.echoerr(error);
|
||||
dactyl.echoerr(error, commandline.FORCE_SINGLELINE);
|
||||
util.reportError(error);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user