[GH #497] Deselection of few cells after selection of a range is not working

Tags: #<Tag:0x00007f1365de9340> #<Tag:0x00007f1365de90e8>

Hi, After selecting a range of cells, If we try to unselect few of them (by pressing ctrl and selecting the cells we want to unselect), it is still considering them in the selection. I need to unselect this value.

For example,

  1. Select a range of cells via keypad/mouse (let’s say A1: B5)
  2. Unselect one cell (say B1), by pressing ctrl and selecting B1
  3. Call the hot.getSelected() method and print in console
  4. It returns [[0, 0, 4, 1],
    [0, 1, 0, 1]]
    It considers B1 to be selected twice.

Here is my code;

Hi @ayse.tptn

Thank you for contacting us. This issue is known to us, and it’s already reported internally. I’ll update you once we start working on it.

Thank you for the return. Is there a solution you can suggest for now? How can I deselect the cel?l

@ayse.tptn

At the moment there is no workaround for this.