1
0
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:
Kris Maglione
2010-10-03 14:13:24 -04:00
parent 72b6af3e6b
commit c577b15ea6
5 changed files with 15 additions and 9 deletions

View File

@@ -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;
}