cosmic-files
cosmic-files copied to clipboard
Select multiple items using Shift and click
Click on one item, hold Shift and then click on another item should select the items in between the two clicked items.
Hi, I am trying to implement this feature, but I noticed that when a click event is triggered, the match arm for Message::Click executes twice. I want to know if it is a bug or something that you implemented.
@MohammadShabaniSBU I noticed the same issue where the Click event would fire twice. I fixed it in my first commit of #193.