mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:17:59 +01:00
Replace tabs.localStore.focusedFrame with buffer.focusedFrame.
This commit is contained in:
@@ -732,7 +732,7 @@ const Events = Module("events", {
|
||||
let elem = window.document.commandDispatcher.focusedElement;
|
||||
|
||||
if (win && win.top == content && dactyl.has("tabs"))
|
||||
tabs.localStore.focusedFrame = win;
|
||||
buffer.focusedFrame = win;
|
||||
|
||||
try {
|
||||
if (elem && elem.readOnly)
|
||||
|
||||
Reference in New Issue
Block a user