Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@ankita20051997
Copy link

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

@d3lm
Copy link
Owner

d3lm commented Jan 18, 2022

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 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants