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 reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/delta!106
No description provided.