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