mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-28 16:35:46 +01:00
Fix ill-conceived and confusing naming issue.
This commit is contained in:
@@ -167,8 +167,9 @@ var RangeFinder = Module("rangefinder", {
|
||||
}, {
|
||||
}, {
|
||||
modes: function initModes(dactyl, modules, window) {
|
||||
initModes.require("commandline");
|
||||
|
||||
const { modes } = modules;
|
||||
initModes.superapply("commandline", arguments);
|
||||
|
||||
modes.addMode("FIND", {
|
||||
description: "Find mode, active when typing search input",
|
||||
|
||||
Reference in New Issue
Block a user