From 0a285641b2e94d9e99bcc7b53920a5c20f37e3c6 Mon Sep 17 00:00:00 2001 From: Miodec Date: Wed, 16 Oct 2024 14:12:37 +0200 Subject: [PATCH] fix: sometimes unable to open practice words modal from the commandline closes #5962 --- frontend/src/ts/commandline/lists/result-screen.ts | 1 + 1 file changed, 1 insertion(+) 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",