d3lm / ngx-drag-to-select

A lightweight, fast, configurable and reactive drag-to-select component for Angular 10 and beyond
https://www.npmjs.com/package/ngx-drag-to-select
MIT License
293 stars 65 forks source link

Second drag selection when ctrl key is pressed, keeping the First selection #159

Closed MuriloFranceschetto closed 2 years ago

MuriloFranceschetto commented 2 years ago

I wish there was a feature so that:

when pressed CTRL key, be able to select more items with drag event and add them to the list [selectedItems] and the event (select)

This works today with the click event.

below I will send an example with the click event working and the drag event not.

2022-07-19_11h02_47