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 #150
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 🙏
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