Change default move behavior on overscroll from insert to swap#95
Change default move behavior on overscroll from insert to swap#95Calvin-LL merged 7 commits intoCalvin-LL:mainfrom
Conversation
… instead of moving them in list
|
Please feel free to comment, if you have any doubts or anything. |
|
hmm I'll take a look. at first sight I'm not sure exactly what this does. |
|
Is this generated by GPT-5 or Claude? |
|
nope. I did the whole changes by myself |
|
also, have a look at swap function fun MutableList.swap(from: Int, to: Int) { |
|
oh I see |
|
thank you for the PR. I'll take a deeper look |
|
Thanks. Took me 2 full days to understand how the code works. |
|
it sure is complicated. every time I come here to fix an issue it takes me a day to figure out what's going on as well 😆 |
|
Oh, nice |
|
is there reason for Just changing Where can I find a situation where |
|
it works nicely when you drag and replace within the visible items. |
|
ah yes I see you're right |
|
Thanks a lot. |
… instead of moving them in list