fix(ui): kanban H/L works with v single-select #106

Merged
barrettruth merged 1 commit from fix/kanban-v-select-move into main 2026-03-25 21:16:02 +00:00
barrettruth commented 2026-03-25 21:16:00 +00:00

Problem

H/L only moved tasks selected via V (visual line mode). Tasks toggled with v (single-select) were ignored.

Solution

Check selectedIds.size > 0 instead of visualMode for H/L move operations.

## Problem H/L only moved tasks selected via V (visual line mode). Tasks toggled with v (single-select) were ignored. ## Solution Check `selectedIds.size > 0` instead of `visualMode` for H/L move operations.
Sign in to join this conversation.
No description provided.