Hi,
After the update to v15.1, disableVisualSelection: true
stopped working in some cases. As you can see in this example, the visual selection is shown although the property is set to true.
Removing the afterOnCellMouseUp
fixes the issue. It seems that the re-render triggered by that hook is messing with the behavior of the disableVisualSelection property.
Help is appreciated since this is currently preventing us from updating.
Best,
Nico