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
(fix): fix incorrect isEmpty = true during strokeBegin
- strokeBegin called reset(), which set isEmpty = true , which is a bug
- moved isEmpty = true logic outside of reset() as the only place it
actually needs to be set to true is in clear()
0 commit comments