mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 10:57:58 +01:00
Don't anchor help completions.
This commit is contained in:
@@ -1374,6 +1374,7 @@ function Completion() //{{{
|
||||
help: function help(context)
|
||||
{
|
||||
context.title = ["Help"];
|
||||
context.anchored = false;
|
||||
context.generate = function ()
|
||||
{
|
||||
let res = config.helpFiles.map(function (file) {
|
||||
|
||||
Reference in New Issue
Block a user