Skip to content

Commit 0a28564

Browse files
committed
fix: sometimes unable to open practice words modal from the commandline
closes monkeytypegame#5962
1 parent 2ffa2ba commit 0a28564

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/ts/commandline/lists/result-screen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const practiceSubgroup: CommandsSubgroup = {
3434
{
3535
id: "practiseWordsCustom",
3636
display: "custom...",
37+
opensModal: true,
3738
exec: (options): void => {
3839
PractiseWordsModal.show({
3940
animationMode: "modalOnly",

0 commit comments

Comments
 (0)