diff --git a/frontend/src/ts/commandline/lists/result-screen.ts b/frontend/src/ts/commandline/lists/result-screen.ts index 2c9e3ae668b2..20b27c2efd57 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",