mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-03 19:25:46 +01:00
Fix bluring editible windows, I hope.
This commit is contained in:
@@ -528,7 +528,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
|||||||
dactyl.focusedElement.blur();
|
dactyl.focusedElement.blur();
|
||||||
if (win && Editor.getEditor(win)) {
|
if (win && Editor.getEditor(win)) {
|
||||||
win.blur();
|
win.blur();
|
||||||
if (win.frameElement)
|
if (win.frameElement && false)
|
||||||
win.frameElement.blur();
|
win.frameElement.blur();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user