gniziemazity / advanced_drawing_app

Making an advanced drawing app during my live streams:
MIT License
28 stars 24 forks source link

reset properties panel on draw delete or deselect #3

Closed Iyusuf40 closed 4 months ago

Iyusuf40 commented 4 months ago

Noticed if i select a drawing, it properties shows on the propertiesPanel as expected, however on delete or deselecting the drawing, it still displays its properties. maybe we could reset the panel after deleting and on downCallbackForSelect

Iyusuf40 commented 4 months ago

The first commit is on reseting properties panel while the second commit is on implementing multiple select.

I did not realise I'd have to use separate branches to make separate pull requests, so please bear with me.