mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 01:05:47 +01:00
Take focus from elements when they collapse. Small naming fix for Doug's sake. Closes issue #36.
--HG-- extra : rebase_source : aa0f776bafdeddc8a8b45ca3430de18ab535babc
This commit is contained in:
@@ -271,10 +271,6 @@ const AutoCommands = Module("autocommands", {
|
||||
{
|
||||
completer: function () Iterator(update({ all: "All Events" }, config.autocommands))
|
||||
});
|
||||
|
||||
options.add(["strictfocus", "sf"],
|
||||
"Prevent scripts from focusing input elements without user intervention",
|
||||
"boolean", true);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user