Skip to content

Commit

Permalink
fix: sometimes unable to open practice words modal from the commandline
Browse files Browse the repository at this point in the history
closes #5962
  • Loading branch information
Miodec committed Oct 16, 2024
1 parent 2ffa2ba commit 0a28564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/ts/commandline/lists/result-screen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const practiceSubgroup: CommandsSubgroup = {
{
id: "practiseWordsCustom",
display: "custom...",
opensModal: true,
exec: (options): void => {
PractiseWordsModal.show({
animationMode: "modalOnly",
Expand Down

0 comments on commit 0a28564

Please sign in to comment.