-
Notifications
You must be signed in to change notification settings - Fork 842
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove tooltip focus on mousemove (#3335)
* Remove tooltip focus on mousemove * Fix linting error * Removed the onFocus and onBlur since it is not used * Added onKeyUp * Update the CHANGELOG * Remove tooltip focus on mousemove * Removed the onFocus and onBlur since it is not used * cl * cl * Fixed the tooltip issue based feedback * Add removeEventListener to componentWillUnmount * Fixed the bug displaying tooltip from keyboad after triggered by the mouse * clean up eslint warning Co-authored-by: cchaos <[email protected]> Co-authored-by: Chandler Prall <[email protected]>
- Loading branch information
1 parent
d1f0fc2
commit fd3dd84
Showing
2 changed files
with
16 additions
and
16 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