We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to the line 486, if I set a computed attribute, the following events are triggered:
change:myField change
(model, value)
change
(model, options)
This has the side-effect of calling every listeners of the change event for this model twice, and with the wrong params the first time.
I don't get when this would be necessary (and a good idea)? Am I missing something?
The text was updated successfully, but these errors were encountered:
Please also have a look at #138 regarding this issue.
Sorry, something went wrong.
No branches or pull requests
Related to the line 486, if I set a computed attribute, the following events are triggered:
change:myField change
with(model, value)
from epoxy,change
with(model, options)
This has the side-effect of calling every listeners of the
change
event for this model twice, and with the wrong params the first time.I don't get when this would be necessary (and a good idea)? Am I missing something?
The text was updated successfully, but these errors were encountered: