mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-01 06:07:41 +00:00
fix Text cannot handle touch events bug
This commit is contained in:
@@ -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