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