You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Open
ankita20051997 opened this issue
Jan 18, 2022
· 1 comment
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
The text was updated successfully, but these errors were encountered: