Hi,
I’m working on handsontable with react. My issue is, If I select some cell and hit cmd+d and select some other cell, the previously selected cell is still highlighted. I don’t want this to happen.
These are the props I’ve passed on to it.
data: this.state.data,
colHeaders: this.state.colHeaders,
columns: this.state.columns,
columnSorting: true,
sortIndicator: true,
sortEmptyCells: false,
manualRowMove: true,
manualColumnMove: true,
manualRowResize: true,
wordWrap: false,
contextMenu: true,