mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix chart selection
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user