mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-06 15:45:47 +01:00
Set lastInputField for editable windows.
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user