[issue45036] turtle.onrelease() event doesn't get triggered sometimes
Techn010 Je11y added the comment: I tried EP's fix. Sometimes it doesn't pendown when I drag, and only does when I stop moving my mouse for a moment(or just release). -- ___ Python tracker <https://bugs.python.o
[issue45036] turtle.onrelease() event doesn't get triggered sometimes
New submission from Techn010 Je11y : (pls read with reference to attached code) I made a Paint-ish program with Turtle. As there isn't ondrag or onrelease for Screen, I created a turtle named bg so I could use ondrag and onrelease (see file attached ig) and eliminate the need for d