Skip to content
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

Open
vamshi9 opened this issue Oct 6, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@vamshi9
Copy link

vamshi9 commented Oct 6, 2019

I see that onMouseDown, the cell is performing removeSelection operation which is triggering onChange 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 the onChange event when selection or mouse events are done?

@bokuweb
Copy link
Owner

bokuweb commented Oct 7, 2019

Ah..I see. We may need to use withoutSaving when set selectionColor.

@bokuweb bokuweb added the enhancement New feature or request label Oct 7, 2019
@vamshi9
Copy link
Author

vamshi9 commented Oct 7, 2019

Yeah, let me start with that! Thanks, @bokuweb

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants