Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
400 stars 73 forks source link

bug(Notes): Implement client handling of Note.Shape.Remove events #1415

Closed rexy712 closed 7 months ago

rexy712 commented 7 months ago

In #1413, the Note.Shape.Add event was properly handled so that clients saw the changes immediately. I noticed that Note.Shape.Remove events were still not being received properly.

Turns out it wasn't implemented client-side. This PR implements handling of these events. Finishes closing #1410

Kruptein commented 7 months ago

Woops