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

Fix bug where multiselection was canceled on menu click. #570

Closed
wants to merge 3 commits into from

Conversation

jdfreder
Copy link
Contributor

@jdfreder jdfreder commented Oct 9, 2015

partially addresses #558
closes #566

@jdfreder jdfreder added this to the 4.1 milestone Oct 9, 2015
@@ -660,26 +660,43 @@ define(function (require) {
/**
* Programmatically select a cell.
*
* @param {integer} index - A cell's index
* @param {integer||integer[]} [indicies] - A cell's index or list of indicies
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"indices" - also misspelled various places below in code or comments.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✔️

cause by inconsistency in API
@jdfreder
Copy link
Contributor Author

jdfreder commented Oct 9, 2015

Closing in favor of #577 . This code is too touchy, #577 is a more targeted approach.

@jdfreder jdfreder closed this Oct 9, 2015
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Selecting multiple cells and then clicking on the menu bar clears the selection
2 participants