Check for whitespace-only WI format

0ca880bf605a636402ebe2e724f8ed6851a66be2

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/openai.js+1 -1
@@ -689,7 +689,7 @@ function formatWorldInfo(value) {
689689 return '';
690690 }
691691
692692 if (!oai_settings.wi_format.trim()) {
693693 return value;
694694 }
695695