ngx-drag-to-select
ngx-drag-to-select copied to clipboard
Once user reset selection after selecting the cell then he is not able to select same cell again with selecting any other cell or without refreshing the page
resetSelection() { this.selection = {}; this.selection.showPasteOption = false; this.selectedCell = []; }
in this.selectedCell we have selected items so in reset function i put this.selectedCell = []; but now i'm facing this issue.. please help
Hey there 👋 Thanks for reporting your issue. Please provide a reproduction using StackBlitz and give a clear list of reproduction steps and a clear description of what the problem is 🙏