mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 01:15:49 +08:00
fixed presets not showing up in the command line
This commit is contained in:
parent
78d35aff26
commit
5d05b1212b
1 changed files with 1 additions and 0 deletions
|
@ -242,6 +242,7 @@ function addChildCommands(
|
|||
commandItemDisplay =
|
||||
parentCommandDisplay + " > " + icon + commandItemDisplay;
|
||||
if (commandItem.subgroup) {
|
||||
if (commandItem.beforeSubgroup) commandItem.beforeSubgroup();
|
||||
try {
|
||||
commandItem.subgroup.list.forEach((cmd) => {
|
||||
commandItem.configKey = commandItem.subgroup.configKey;
|
||||
|
|
Loading…
Reference in a new issue