ngx-drag-to-select icon indicating copy to clipboard operation
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

Open ankita20051997 opened this issue 3 years ago • 1 comments

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

ankita20051997 avatar Jan 18 '22 07:01 ankita20051997

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 🙏

d3lm avatar Jan 18 '22 18:01 d3lm