Closed adamjarling closed 3 years ago
@jessvu I can't seem to re-create the situation of:
What type of mouse are you using? And what browser?
Actually now I am seeing it intermittently in Chrome and Safari for the staging environment, but not my local dev environment... somehow the mouseup
event in the Stamp tool is not being handled properly.
Added an update which is a temporary fix for the event timing issue noted above. Basically in production/compiled code, the mouseup
event is firing before Fabric's SVG rendering function completes (which a user simply clicks instead of mousedown and drag sizes).