mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 14:12:27 +01:00
Fix :dialog completions.
This commit is contained in:
@@ -1895,7 +1895,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
|
||||
context.completions = (
|
||||
Object.entries(config.dialogs)
|
||||
.map(([key, val]) => [k, v[0], v[2]]));
|
||||
.map(([k, v]) => [k, v[0], v[2]]));
|
||||
};
|
||||
|
||||
completion.menuItem = function menuItem(context) {
|
||||
|
||||
Reference in New Issue
Block a user