Forum improvements

This commit is contained in:
Isaac
2025-11-11 20:05:29 +08:00
parent 89ce010de2
commit 7acf2b0b41
10 changed files with 63 additions and 36 deletions

View File

@@ -1242,7 +1242,6 @@ open class InteractiveTextNode: ASDisplayNode, TextNodeProtocol, UIGestureRecogn
if !canHandleTapAtPoint(point) {
return nil
}
guard let result = super.hitTest(point, with: event) else {
return nil
}