Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

within if else storeEval executes no matter what in firefox #118

Open
SondreRopstad opened this issue Jun 5, 2023 · 0 comments
Open

within if else storeEval executes no matter what in firefox #118

SondreRopstad opened this issue Jun 5, 2023 · 0 comments

Comments

@SondreRopstad
Copy link

In firefox, if I make a make use of an if else statement containing storeEval the storeEval statement will be executed even if the if statement's condition is not met.
Example:
image
Result:
image
image

As can be seen here, as expected the only text that was echoed out of "Within else" and "Within if" was "Within else", however, even though the if condition was not met, storeEval ran and increased the value of thisShouldBe1 from 1 to 2.

When executed on chrome, it works as intended:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant