mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix chart selection
This commit is contained in:
parent
055dfe503c
commit
f766b00ec9
@ -70,6 +70,7 @@ public class BaseLinesChartController: BaseChartController {
|
|||||||
public override func chartInteractionDidBegin(point: CGPoint, manual: Bool = true) {
|
public override func chartInteractionDidBegin(point: CGPoint, manual: Bool = true) {
|
||||||
lastChartInteractionPoint = point
|
lastChartInteractionPoint = point
|
||||||
isChartInteractionBegun = true
|
isChartInteractionBegun = true
|
||||||
|
isChartInteracting = true
|
||||||
}
|
}
|
||||||
|
|
||||||
public override func chartInteractionDidEnd() {
|
public override func chartInteractionDidEnd() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user