mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-05 05:51:42 +00:00
Fix chat preview hit test
This commit is contained in:
parent
ce874ed51b
commit
0cb2a80416
@ -3671,6 +3671,8 @@ class ChatControllerNode: ASDisplayNode, ASScrollViewDelegate {
|
|||||||
if let textNode = node as? TextAccessibilityOverlayNode {
|
if let textNode = node as? TextAccessibilityOverlayNode {
|
||||||
let _ = textNode
|
let _ = textNode
|
||||||
return result
|
return result
|
||||||
|
} else if let _ = node as? LinkHighlightingNode {
|
||||||
|
return result
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user