This repository has been archived by the owner on Feb 17, 2020. It is now read-only.
Is it possible to not trigger onChange event when onMouseDown or selection is done? #30
Labels
enhancement
New feature or request
I see that
onMouseDown
, the cell is performingremoveSelection
operation which is triggeringonChange
event in the editor. I am thinking of avoiding cursor movement in history.I understand that this is happening with the
selectionColor
data property set to cells. But is there a way to tackle theonChange
event when selection or mouse events are done?The text was updated successfully, but these errors were encountered: