Changelog
2026-07-24v0.34.3— Motion Polish — Drag Fix
- Fixed: Cards could not be dragged between columns after the v0.34.2 motion polish — the
motion.div→ plain<div>replacement inCard.tsxaccidentally dropped thedraggableHTML5 attribute and the{...dragHandlers}spread that wireonDragStart/onDragEndon each card. Withoutdraggablethe native HTML5 drag event never fired, so the board could not move tasks between columns even though the click-to-open drawer still worked. RestoresdraggableanddragHandlerson the card container; no other behavior changes.