This repository has been archived by the owner on Aug 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 176
Black line draws after clicking 'Reset' #37
Comments
I can confirm this. |
Setting this.scratch = false; in the reset function fixed this issue for me. |
When triggered MouseEvent Move need to replace the background and reset without releasing MouseEvent Up. Small fix:-) See comment /* + Updated */ Use:
Sorry for my English :-) |
@PoluosmakAndrew Would this not have been better as a Pull request that referenced this issue? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I click on the image, drag off, and then click on reset, a black line begins to draw when I bring my cursor back over the image. Everything's fine if I stop 'scratching' while still in the image. But if I drag my cursor off the image and then click reset, it breaks. Clicking again stops the paintbrush effect.
The text was updated successfully, but these errors were encountered: