We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930581e commit 5040394Copy full SHA for 5040394
packages/webgal/src/Core/gameScripts/getUserInput/index.tsx
@@ -41,7 +41,7 @@ export const getUserInput = (sentence: ISentence): IPerform => {
41
webgalStore.dispatch(
42
setStageVar({
43
key: varKey,
44
- value: userInput?.value || defaultValueFromArgs || '',
+ value: userInput?.value || defaultValueFromArgs || ' ',
45
}),
46
);
47
}
0 commit comments