mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 06:44:12 +01:00
Dispatch events from buffer.followLink as trusted events. Closes issue #124.
This commit is contained in:
@@ -1046,7 +1046,7 @@ const Tabs = Module("tabs", {
|
||||
"stringlist", "tab",
|
||||
{
|
||||
setter: function (values) {
|
||||
let [open, restriction] = [1, 0];
|
||||
let open = 1, restriction = 0;
|
||||
for (let [, opt] in Iterator(values)) {
|
||||
if (opt == "tab")
|
||||
open = 3;
|
||||
|
||||
Reference in New Issue
Block a user