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