andfanilo / streamlit-drawable-canvas

Do you like Quick, Draw? Well what if you could train/predict doodles drawn inside Streamlit? Also draws lines, circles and boxes over background images for annotation.
https://drawable-canvas.streamlit.app/
MIT License
563 stars 85 forks source link

deletion update is 1 step behind #35

Closed amantik closed 3 years ago

amantik commented 3 years ago

when deleting an object using the transform tool, the update is 1 step behind because the click event (and the update state) happens before the double click event fires.

A suggestion is to save the state after the double click event (a pull request #34).

andfanilo commented 3 years ago

Closed with #34 thanks for the fix!