mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-31 21:58:01 +00:00
fix Text cannot handle touch events bug
This commit is contained in:
@@ -54,7 +54,6 @@
|
||||
return node;
|
||||
}
|
||||
|
||||
|
||||
UIView *view = [node hitTest: point withEvent:event withTransform:matrix];
|
||||
|
||||
if (view) {
|
||||
|
||||
@@ -37,8 +37,6 @@
|
||||
}
|
||||
|
||||
if ([self getSvgView].responsible) {
|
||||
NSLog(@"asdasdasdsadas");
|
||||
|
||||
// Add path to hitArea
|
||||
CGMutablePathRef hitArea = CGPathCreateMutableCopy(path);
|
||||
if (self.stroke) {
|
||||
|
||||
Reference in New Issue
Block a user