LLMListView
LLMListView copied to clipboard
Reordering conflict
Sometimes when you drag to reorder an item, the left or right swipe template partially shows and remains visible until you manually select the item.
Thanks, yes I have reproduced this issue, but I have no idea how to fix it because reorder & swipe will response the drag event at the same time, it can't find which user want to do.
Here is a workaround: if want to reorder items, disable swipe first. reorder done, enable swipe.
Hope this will help you.
👍