Commit ee8c7a9
committed
Fix IE event listener issue
The scroll event listener was installed with `node.addEventListener` while removing it is done using the `removeEvent` Chart.js helper. That doesn't work on browsers that don't support the passive option so let's always use the `addEvent` and `removeEvent` Chart.js helpers instead (even if they are deprecated).1 parent d6539ba commit ee8c7a9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments