mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Don't kill lastActives on chart hover exit
This commit is contained in:
parent
0fa03fad24
commit
fa33f3158e
@ -375,8 +375,8 @@
|
||||
|
||||
// Find Active Elements for hover and tooltips
|
||||
if (e.type == 'mouseout') {
|
||||
this.active = this.lastActive = [];
|
||||
this.tooltipActive = this.lastTooltipActive = [];
|
||||
this.active = [];
|
||||
this.tooltipActive = [];
|
||||
} else {
|
||||
this.active = function() {
|
||||
switch (this.options.hover.mode) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user