Skip to content

Commit 7f7acc4

Browse files
authored
Merge branch 'master' into master
2 parents 1faf12d + 87c886e commit 7f7acc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/ts/modals/custom-text.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ async function beforeAnimation(
189189

190190
if (
191191
state.customTextMode === "repeat" &&
192-
CustomText.getLimitMode() === "word" &&
192+
CustomText.getLimitMode() !== "time" &&
193193
CustomText.getLimitValue() === CustomText.getText().length
194194
) {
195195
state.customTextMode = "simple";

0 commit comments

Comments
 (0)