1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-24 01:33:31 +01:00

Fix placement of the status command-line.

This commit is contained in:
Kris Maglione
2011-01-26 16:43:38 -05:00
parent 218562e21b
commit 7720b17a5a
3 changed files with 9 additions and 12 deletions

View File

@@ -503,8 +503,6 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
dactyl.focusedElement.blur();
if (win && Editor.getEditor(win)) {
win.blur();
if (win.frameElement)
util.dump("blur(" + util.objectToString(win.frameElement) + ")");
if (win.frameElement)
win.frameElement.blur();
}