mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 06:57:59 +01:00
Replace tabs.localStore.focusedFrame with buffer.focusedFrame.
This commit is contained in:
@@ -388,7 +388,7 @@ const Dactyl = Module("dactyl", {
|
||||
gDBView.selection.select(i);
|
||||
}
|
||||
else if (this.has("tabs")) {
|
||||
let frame = tabs.localStore.focusedFrame;
|
||||
let frame = buffer.focusedFrame;
|
||||
if (frame && frame.top == window.content)
|
||||
elem = frame;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user