mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-02 00:32:26 +01:00
actually don't anchor :emenu
This commit is contained in:
@@ -1621,6 +1621,7 @@ function Completion() //{{{
|
||||
menuItem: function menuItem(context)
|
||||
{
|
||||
context.title = ["Menu Path", "Label"];
|
||||
context.anchored = false;
|
||||
context.keys = { text: "fullMenuPath", description: "label" };
|
||||
context.completions = liberator.menuItems;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user