mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix chart selection
This commit is contained in:
parent
055dfe503c
commit
f766b00ec9
1 changed files with 1 additions and 0 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue