diff --git a/common/content/options.js b/common/content/options.js index 5454ec62..c620676b 100644 --- a/common/content/options.js +++ b/common/content/options.js @@ -1182,6 +1182,7 @@ const Options = Module("options", { completion.option = function option(context, scope, prefix) { context.title = ["Option"]; context.keys = { text: "names", description: "description" }; + context.anchored = false; context.completions = options; if (prefix == "inv") context.keys.text = function (opt)