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
{{ message }}
This repository was archived by the owner on Feb 17, 2020. It is now read-only.
When diagonally selecting the cells, the default selection of text in cells is being avoided.
But, when mouse downed in one of those avoided cells, the default selection is coming back on removing selection.
Here are the steps to
Select the cells from 0 t0 3
by default 0 1 2 3 text gets selected so, on mouse down in cell 1 or cell 2 the default selection is throwing back
However, on mouse down in cells from 4 to 8, this is not showing up because they are not in default range selection. What do you think could be a possible reason for this?
When diagonally selecting the cells, the default selection of text in cells is being avoided.
But, when mouse downed in one of those avoided cells, the default selection is coming back on removing selection.
Here are the steps to
However, on mouse down in cells from 4 to 8, this is not showing up because they are not in default range selection. What do you think could be a possible reason for this?