fix(custom text): resolve incorrect loading of custom text with pipes (sanidhyas3s) (#4619)

This commit is contained in:
Sanidhya Singh 2023-09-11 23:24:06 +05:30 committed by GitHub
parent 6d57a1949e
commit 75e7cee717
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ function applySaved(name: string, long: boolean): void {
if (long) {
text = text.slice(CustomText.getCustomTextLongProgress(name));
}
CustomText.setPopupTextareaState(text.join(CustomText.delimiter));
CustomText.setPopupTextareaState(text.join(" "));
}
$("#popups").on(