Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SelectionUpdateOp update always repainting (#262)
Override the equalValue member to do a deep equality test The default equality test doesn't actually look at values. This causes a render after every selection, even if nothing has changed. For graphs with a lot of points this caused a severe slowdown.
- Loading branch information