diff options
author | Miodec <[email protected]> | 2024-10-16 14:12:37 +0200 |
---|---|---|
committer | Miodec <[email protected]> | 2024-10-16 14:12:37 +0200 |
commit | 0a285641b2e94d9e99bcc7b53920a5c20f37e3c6 (patch) | |
tree | 243522a2cd5a658775a17ffe612868acbfbd9c69 | |
parent | 2ffa2ba33ecd49659832b8209245ed0b5151e7f0 (diff) | |
download | monkeytype-0a285641b2e94d9e99bcc7b53920a5c20f37e3c6.tar.gz monkeytype-0a285641b2e94d9e99bcc7b53920a5c20f37e3c6.zip |
fix: sometimes unable to open practice words modal from the commandline
closes #5962
-rw-r--r-- | frontend/src/ts/commandline/lists/result-screen.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/ts/commandline/lists/result-screen.ts b/frontend/src/ts/commandline/lists/result-screen.ts index 2c9e3ae66..20b27c2ef 100644 --- a/frontend/src/ts/commandline/lists/result-screen.ts +++ b/frontend/src/ts/commandline/lists/result-screen.ts @@ -34,6 +34,7 @@ const practiceSubgroup: CommandsSubgroup = { { id: "practiseWordsCustom", display: "custom...", + opensModal: true, exec: (options): void => { PractiseWordsModal.show({ animationMode: "modalOnly", |