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
Fix bug where checker could be opened twice and delete nodes (#138)
* Fix bug where checker could be opened twice and delete nodes
Prevents opening the checker while it is already open, which could cause nodes to be deleted
closes MAT-1106
Test Plan:
- Open an RCE and create content that causes an a11y violation
- Click the a11y checker icon to open the a11y checker
- Check the box to apply formatting changes
- Click the a11y checker icon to Open the a11y checker again (without closing it)
- Verify RCE content is not changed, RCE can be edited and used as normal
- Verify a11y checker can be opened again, used as normal
* Update version and changelog
* Update CHANGELOG for real
0 commit comments