cosmic-files icon indicating copy to clipboard operation
cosmic-files copied to clipboard

Select multiple items using Shift and click

Open maria-komarova opened this issue 10 months ago • 1 comments

Click on one item, hold Shift and then click on another item should select the items in between the two clicked items.

maria-komarova avatar Apr 12 '24 15:04 maria-komarova

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 avatar May 11 '24 15:05 MohammadShabaniSBU

@MohammadShabaniSBU I noticed the same issue where the Click event would fire twice. I fixed it in my first commit of #193.

jasonrhansen avatar May 27 '24 20:05 jasonrhansen