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

Add objectRemoved event #621

Open
niklr opened this issue Aug 12, 2021 · 4 comments
Open

Add objectRemoved event #621

niklr opened this issue Aug 12, 2021 · 4 comments
Labels
Enhancement Enhance performance or improve usability of original features. Need Discussion Need discussion or investigation

Comments

@niklr
Copy link

niklr commented Aug 12, 2021

Similar to objectAdded an event should be fired whenever an object is removed.

E.g.

imageEditor.on('objectRemoved', function(props) {
    console.log(props);
});
@niklr niklr added Enhancement Enhance performance or improve usability of original features. Need Discussion Need discussion or investigation labels Aug 12, 2021
@lja1018
Copy link
Contributor

lja1018 commented Aug 18, 2021

@niklr
Thank you for your suggestion.
I think it's a good idea. It will be reviewed positively.

@AaravShah042
Copy link

Hello, is it implemented in new version?

@jhorgan24
Copy link

Bumping this issue since I need to be able to track object state. Is there any work around?

@1325116124
Copy link

Bumping this issue since I need to be able to track object state. Is there any work around?

I have solved this problem, please contact me if you need it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Enhance performance or improve usability of original features. Need Discussion Need discussion or investigation
Projects
None yet
Development

No branches or pull requests

5 participants