-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Allow developers to set a custom tooltip rendering function. (#…
…5956) * refactor: refactor tooltip show method * refactor: make Tooltip a class that is accessed via a singleton * revert: "refactor: make Tooltip a class that is accessed via a singleton" This reverts commit b3d543c. * feat: add the ability to set a custom tooltip function * fix: check for null where it matters for types * feat: Add a test for the custom tooltip function * fix: fix formatting * fix: format test * fix: remove unnecessary teardown call in test
- Loading branch information
Showing
2 changed files
with
156 additions
and
48 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