mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-08 09:53:33 +02:00
Fix link listing in :hi output.
This commit is contained in:
@@ -801,8 +801,8 @@ var Events = Module("events", {
|
||||
|
||||
for (; win; win = win != win.parent && win.parent) {
|
||||
for (; elem instanceof Element; elem = elem.parentNode)
|
||||
elem.dactylFocusAllowed = true;
|
||||
win.document.dactylFocusAllowed = true;
|
||||
overlay.setData(elem, "focus-allowed", true);
|
||||
overlay.setData(win.document, "focus-allowed", true);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user