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
I managed to get it to work with CTRL+Click. You have to click on the first one without holding control, but then hold down CTRL when you select the other cells. There are however two downsides to this currently:
It shows the context menu (as if I had right-clicked)
It doesn't store the selection correctly as we currently store top-left row+column and bottom-right row+column so expect a contiguous range. What happens in this case is that the selection ends up being the last selected cell. We would need to properly handle multiple-selections.
#81 makes a start on this by switching the key combo to cmd on mac.
I could only drag and select adjacent column headings. I tried both shift click and ctrl click on MacOS, but it didn't seem to work.
The text was updated successfully, but these errors were encountered: