mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:12:26 +01:00
Don't anchor :dia completions
This commit is contained in:
@@ -1432,6 +1432,7 @@ function Completion() //{{{
|
|||||||
dialog: function dialog(context)
|
dialog: function dialog(context)
|
||||||
{
|
{
|
||||||
context.title = ["Dialog"];
|
context.title = ["Dialog"];
|
||||||
|
context.anchored = false;
|
||||||
context.completions = config.dialogs;
|
context.completions = config.dialogs;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user