Skip to content

🐜 Fixes the equality check for the event handlers

Compare
Choose a tag to compare
@marshallswain marshallswain released this 22 Dec 18:52
· 471 commits to master since this release

This fixes a mistake that was made checking for removed in the event handlers. It was using the assignment operator = instead of the equality operator ===.