🐜 Fixes the equality check for the event handlers
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 ===.
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 ===.