mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-10 23:56:22 +08:00
fix: sometimes unable to open practice words modal from the commandline
closes #5962
This commit is contained in:
parent
2ffa2ba33e
commit
0a285641b2
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ const practiceSubgroup: CommandsSubgroup = {
|
|||
{
|
||||
id: "practiseWordsCustom",
|
||||
display: "custom...",
|
||||
opensModal: true,
|
||||
exec: (options): void => {
|
||||
PractiseWordsModal.show({
|
||||
animationMode: "modalOnly",
|
||||
|
|
Loading…
Add table
Reference in a new issue