We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecb9923 + 818a7c7 commit ced87dfCopy full SHA for ced87df
src/apps/weblib/ts-api/plugins/pointerevents.ts
@@ -66,7 +66,7 @@ export class PointerEvents implements Plugin {
66
67
this._canvas = this._vizzu.feature.htmlCanvas.element
68
for (const [key, value] of Object.entries(this._handlers)) {
69
- this._canvas.addEventListener(key, value)
+ this._canvas.addEventListener(key, value, { passive: false })
70
}
71
72
0 commit comments