ezl / todo

0 stars 0 forks source link

On selecting multiple items, make the FIRST selected item maintain the action buttons #70

Closed ezl closed 2 years ago

ezl commented 2 years ago

the multiselect function currently seems to show action items (drag, snooze) on the TOP (highest in the list) item.

Instead, whichever item is the FIRST selected should always maintain the action items.

As an example, in a list of 10 items, try selecting #5, then #7. If you do so, then #5 will have the action items on it.

However, if you select #5, then #3, the action items will move from #5 to #3.