-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
BUG: Cannot select component in component:remove
handler
#5633
Comments
Thanks @kla-ko there is actually one logic that prevents selecting other components during The event |
Thanks @artf . This works like a charme ! |
GrapesJS version
What browser are you using?
Chrome Version 120.0.6099.225
Reproducible demo link
https://jsfiddle.net/wattnu/opmwfvjn/
Describe the bug
How to reproduce the bug?
editor.select(editor.getComponents().models[0]);
component:remove
handler is called.What is the expected behavior?
editor.select(editor.getComponents().models[0]);
shall work in the handlerWhat is the current behavior?
editor.select(editor.getComponents().models[0]);
shows no effect in the handlerCode of Conduct
The text was updated successfully, but these errors were encountered: