Skip to content

Commit

Permalink
Revert "Use updated spelling of cancellable (#3)" (#4)
Browse files Browse the repository at this point in the history
This reverts commit 723962b.
  • Loading branch information
kurkle authored Jan 17, 2021
1 parent 4d1578e commit 037629f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export function triggerMouseEvent(chart, type, el) {
var event = new MouseEvent(type, {
clientX: rect.left + point.x,
clientY: rect.top + point.y,
cancellable: true,
cancelable: true,
bubbles: true,
view: window
});
Expand Down

0 comments on commit 037629f

Please sign in to comment.