diff --git a/submodules/GraphCore/Sources/Charts/Controllers/Lines/BaseLinesChartController.swift b/submodules/GraphCore/Sources/Charts/Controllers/Lines/BaseLinesChartController.swift index ceb6f63abb..0e3feb56b9 100644 --- a/submodules/GraphCore/Sources/Charts/Controllers/Lines/BaseLinesChartController.swift +++ b/submodules/GraphCore/Sources/Charts/Controllers/Lines/BaseLinesChartController.swift @@ -70,6 +70,7 @@ public class BaseLinesChartController: BaseChartController { public override func chartInteractionDidBegin(point: CGPoint, manual: Bool = true) { lastChartInteractionPoint = point isChartInteractionBegun = true + isChartInteracting = true } public override func chartInteractionDidEnd() {