You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2019. It is now read-only.
Thank you for your idea, implemented it under #66.
Also checks whether the left button is depressed, so that onMouseup() is not executed by simply mouseovering the canvas.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First, thanks for your work !
I want to report a problem when you start to draw a signature in the canvas and release the mouse outside the canvas.
The line is not saved.
Simply add
ng-mouseleave="onMouseup()"
in the canvas declaration to fix the problem :)The text was updated successfully, but these errors were encountered: