1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-17 04:15:45 +01:00

Fix :yank bug. Closes issue #330.

This commit is contained in:
Kris Maglione
2011-02-03 13:17:51 -05:00
parent 4116196a69
commit 0735b2d81c
2 changed files with 3 additions and 2 deletions

View File

@@ -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();