1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-06 17:35:46 +01:00

Set lastInputField for editable windows.

This commit is contained in:
Kris Maglione
2010-11-11 11:06:26 -05:00
parent e153b36b8e
commit 7ee4ecc3bf
2 changed files with 8 additions and 2 deletions

View File

@@ -270,6 +270,8 @@ const Buffer = Module("buffer", {
onLocationChange.superapply(this, arguments);
statusline.updateUrl();
statusline.updateProgress();
for (let frame in values(buffer.allFrames()))
frame.dactylFocusAllowed = false;
util.timeout(function () {
autocommands.trigger("LocationChange", { url: buffer.URL });