Description
Any element on the canvas (text nodes, images, shapes, etc.) cannot be dragged by a single click-and-drag interaction.
The current (broken) behavior requires two separate interactions:
- Click the element to select it.
- Click again and then drag to move it.
A single click-and-drag on an unselected element does not initiate the drag — the element stays in place.
Expected behavior
A single click-and-drag on any canvas element should select it and immediately start dragging it, without requiring a prior selection click.
Current behavior
- Click-and-drag on an unselected element → element is selected but not moved.
- Click again and drag → element moves correctly.
Steps to reproduce
- Open a moodboard canvas with Weave.
- Make sure no element is selected.
- Click and drag any element (text node, image, shape…) in a single gesture.
- Observe: the element is selected but does not move.
- Click and drag again → element moves correctly.
Environment
- Observed in: Inspiration moodboard canvas (Weave)
- Reproducible directly in Weave (confirmed)
- Affects all element types on the canvas
Description
Any element on the canvas (text nodes, images, shapes, etc.) cannot be dragged by a single click-and-drag interaction.
The current (broken) behavior requires two separate interactions:
A single click-and-drag on an unselected element does not initiate the drag — the element stays in place.
Expected behavior
A single click-and-drag on any canvas element should select it and immediately start dragging it, without requiring a prior selection click.
Current behavior
Steps to reproduce
Environment