mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 16:15:48 +01:00
Fix :yank bug. Closes issue #330.
This commit is contained in:
@@ -510,7 +510,6 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
}
|
||||
catch (e) {}
|
||||
|
||||
util.dumpStack(" ================ FOCUS CONTENT ================ ");
|
||||
if (clearFocusedElement) {
|
||||
if (dactyl.focusedElement)
|
||||
dactyl.focusedElement.blur();
|
||||
|
||||
Reference in New Issue
Block a user