You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the builtin <> macro doesn't load correctly. It tries to JSON.parse the value out of localstorage, then swallows the exception and doesn't assign the variable at all
it also doesn't seem to grab the storytitle for the prefix
The text was updated successfully, but these errors were encountered:
I can't verify this because I'm not sure how the stored value in that screenshot became GlupCrypt and not, say, "GlupCrypt" in quotes (which is a valid JSON value).
As for the storyTitle bug, that should be fixed as of a few commits ago.
the builtin <> macro doesn't load correctly. It tries to JSON.parse the value out of localstorage, then swallows the exception and doesn't assign the variable at all
it also doesn't seem to grab the storytitle for the prefix
The text was updated successfully, but these errors were encountered: