fix: sometimes unable to open practice words modal from the commandline

closes #5962
This commit is contained in:
Miodec 2024-10-16 14:12:37 +02:00
parent 2ffa2ba33e
commit 0a285641b2

View file

@ -34,6 +34,7 @@ const practiceSubgroup: CommandsSubgroup = {
{
id: "practiseWordsCustom",
display: "custom...",
opensModal: true,
exec: (options): void => {
PractiseWordsModal.show({
animationMode: "modalOnly",