thgreasi / ui-sortable-multiselection

Provide multiple element sorting in UI-Sortable
MIT License
30 stars 12 forks source link

Moving single item does not deselect item on drop #28

Closed geofreyflores closed 7 years ago

geofreyflores commented 7 years ago

To reproduce, I've used the Multiselect on Click demo: http://codepen.io/thgreasi/pen/KgoPmY

  1. Select a single item; highlighted yellow
  2. drag and drop to new position

Expected result: item is deselected (yellow highlight gone) Actual result: item is still selected and highlighted

thgreasi commented 7 years ago

You are correct. I will release a new version in the weekend.

thgreasi commented 7 years ago

Resolved by #29

thgreasi commented 7 years ago

Published as v0.7.0. Thanks for your contribution on this :+1: