From 727f8cac869d6a0f9717d5a14524c47778c7b340 Mon Sep 17 00:00:00 2001 From: glitch4347 Date: Thu, 14 Dec 2023 12:36:25 +0100 Subject: [PATCH] codefix --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 21b6ef9..4e96456 100644 --- a/src/index.ts +++ b/src/index.ts @@ -353,7 +353,7 @@ class LinePod extends ChartwerkPod { isDoubleClickActive(): boolean { return this.options.doubleClickEvent.isActive; } - that + protected onBrushEnd(): void { super.onBrushEnd(); this.onMouseOver();