1
0
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:
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

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