Check for whitespace-only WI format

This commit is contained in:
Cohee 2024-07-02 20:32:46 +03:00
parent 9eb404a275
commit 0ca880bf60

View File

@ -689,7 +689,7 @@ function formatWorldInfo(value) {
return ''; return '';
} }
if (!oai_settings.wi_format) { if (!oai_settings.wi_format.trim()) {
return value; return value;
} }