You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The component is removed, but the selection box & RTE are still present (see attached screenshot)
What is the expected behavior?
When programatically removing a selected component with an active RTE, the selection & active RTE should be cleared.
What is the current behavior?
Component selection & RTE stay active on top of an unexisting component. Component selection disappears when clicked, but the RTE does not & causes an error.
Thanks @mcottret for the report. I've handled this on my side, so it should be fixed in the next release, but as always, thanks for your willingness to help :)
Version: 0.16.30
Are you able to reproduce the bug from the demo?
[x] Yes
[ ] No
Steps to reproduce:
editor.setComponents('');
What is the expected behavior?
When programatically removing a selected component with an active RTE, the selection & active RTE should be cleared.
What is the current behavior?
Component selection & RTE stay active on top of an unexisting component. Component selection disappears when clicked, but the RTE does not & causes an error.
Proposed solution:
ComponentTextView
'sonDisable
handler when it's removedAs always, I'd be happy to take care of the PR if this looks good to you !
Are you able to attach screenshots, screencasts or a live demo?
[x] Yes (attach)
[ ] No
The text was updated successfully, but these errors were encountered: