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

selectRangeOnly() called multiple times #45

Open
danielstieger opened this issue Oct 11, 2023 · 1 comment
Open

selectRangeOnly() called multiple times #45

danielstieger opened this issue Oct 11, 2023 · 1 comment

Comments

@danielstieger
Copy link

The _selectionGridSelectRowWithItem() in the helper.js is a bit weired. In case the shiftKey and the ctrlKey is not active, the selectRangeOnly is called in line 43 and in 74. Is this on purpose? Or is there a early return missing in line 45? Or an else if instead of the if in line 50?

@randomuser1231232
Copy link

In my case selectRangeOnly() is sometimes called ad infinitum causing the server to do nothing but selectRangeOnly() even after the client was closed. All further connections are fruitless and the server has to be killed. This is somewhat reproducible.

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