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
1.7.7
https://jsfiddle.net/v7xyke0p/0 - wrong behaviour https://jsfiddle.net/v7xyke0p/1 - correct behaviour
When i add objects to previous group the new objects don't fire the events, if i add the objects at the same time i create the group it works
It shoud fire the events on both ways
It won't fire the event
The text was updated successfully, but these errors were encountered:
very strange. i think addWithUpdate should perform an additional .setCoords. ill check it.
Sorry, something went wrong.
Fix #3905 add an additional setCoords at the end of addWithUpdate/rem…
a8db7b3
…oveWithUpdate (#3911) * added setCoords * removed extra setCoords * so tired i cannot read * added test
e1f34f7
Successfully merging a pull request may close this issue.
Version
1.7.7
Test Case
https://jsfiddle.net/v7xyke0p/0 - wrong behaviour
https://jsfiddle.net/v7xyke0p/1 - correct behaviour
Steps to reproduce
When i add objects to previous group the new objects don't fire the events, if i add the objects at the same time i create the group it works
Expected Behavior
It shoud fire the events on both ways
Actual Behavior
It won't fire the event
The text was updated successfully, but these errors were encountered: