Files
wursor/packages/app
SinachPatandClaude Sonnet 4.6 8514ffdc1a fix: restore artboard creation and drag on canvas
Canvas.tsx: removed the `e.target === e.currentTarget` guard on the
artboard-creation click handler. The canvas has a full-size
position:absolute transform layer that intercepts all events, making
`e.target` never equal to `e.currentTarget`. Artboard creation was
silently broken for every click.

Artboard.tsx: added `onMouseDown` stopPropagation to the artboard root
div so clicks on an existing artboard don't bubble up and trigger the
creation path now that the guard is gone.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-30 21:33:32 +01:00
..
2026-04-29 13:59:04 +01:00
2026-04-26 19:41:26 +01:00
2026-04-23 09:39:01 +01:00
2026-04-26 12:31:31 +01:00
2026-04-26 12:31:31 +01:00
2026-04-23 13:46:15 +01:00
2026-04-29 12:09:18 +01:00