Skip to content

Commit 6e248cc

Browse files
committed
same fix as #7699 to make sure it doesnt get lost
1 parent 7c63faa commit 6e248cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/ts/components/modals/CustomTextModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export function CustomTextModal(): JSXElement {
211211
let mode: Mode = CustomText.getMode();
212212
if (
213213
mode === "repeat" &&
214-
CustomText.getLimitMode() === "word" &&
214+
CustomText.getLimitMode() !== "time" &&
215215
CustomText.getLimitValue() === CustomText.getText().length
216216
) {
217217
mode = "simple";

0 commit comments

Comments
 (0)