From e78e5db0923ce6b2bddf5ec2cfb86d207b18ad21 Mon Sep 17 00:00:00 2001 From: Horcrux Date: Sat, 27 Aug 2016 09:50:03 +0800 Subject: [PATCH] fix #127 --- ios/Elements/RNSVGSvgView.m | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ios/Elements/RNSVGSvgView.m b/ios/Elements/RNSVGSvgView.m index 7ffe4e20..4c2801f8 100644 --- a/ios/Elements/RNSVGSvgView.m +++ b/ios/Elements/RNSVGSvgView.m @@ -83,11 +83,6 @@ self.backgroundColor = inheritedBackgroundColor; } -- (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event -{ - return self.responsible ? [super hitTest:point withEvent:event] : nil; -} - - (void)defineClipPath:(__kindof RNSVGNode *)clipPath clipPathRef:(NSString *)clipPathRef { if (!clipPaths) {