-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed the dangling interaction issue (#1287)
Interactions do not get destroyed or deactivated automatically even if a component it is attached to is detached from DOM. As a result, event listeners were eagerly listening to mouse events and expected a component to be mounted. Cleaned up vz-line-chart a bit by factoring interaction out of tooltip rendering. Interaction is supposed to be reused over time.
- Loading branch information
1 parent
eea9ee8
commit 799f010
Showing
2 changed files
with
68 additions
and
57 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