fix Text cannot handle touch events bug

This commit is contained in:
Horcrux
2016-08-06 23:17:38 +08:00
parent 43de62650b
commit 6ebd928ab4
6 changed files with 9 additions and 15 deletions
-1
View File
@@ -54,7 +54,6 @@
return node;
}
UIView *view = [node hitTest: point withEvent:event withTransform:matrix];
if (view) {
-2
View File
@@ -37,8 +37,6 @@
}
if ([self getSvgView].responsible) {
NSLog(@"asdasdasdsadas");
// Add path to hitArea
CGMutablePathRef hitArea = CGPathCreateMutableCopy(path);
if (self.stroke) {