-
Notifications
You must be signed in to change notification settings - Fork 724
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(brush): add using widows move events with brush (#1164)
* feat(brush): add using widows move events with isUseWindowMoveEvents props * fix(brush): lint fixes * fix(brush): lint fixes 2 * fix(brush): PR fixes * fix(brush): fix jumps on moving * fix(brush): touch event check fix * fix(brush): fix resize * fix(brush): fix jumping during transition between svg/window * Update packages/visx-brush/src/utils.ts Co-authored-by: Chris Williams <[email protected]> * Update packages/visx-brush/src/BaseBrush.tsx Co-authored-by: Chris Williams <[email protected]> * Update packages/visx-brush/src/BaseBrush.tsx Co-authored-by: Chris Williams <[email protected]> * Update packages/visx-brush/src/Brush.tsx Co-authored-by: Chris Williams <[email protected]> * fix(brush): rename useWindowMoveEvents to isControlled for child components * fix(brush): update brush Example.tsx * fix(brush): PR fixes Co-authored-by: Chris Williams <[email protected]>
- Loading branch information
1 parent
43fbc77
commit 123855a
Showing
10 changed files
with
392 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.