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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: