mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-07 08:45:00 +00:00
Fix Svg root hitTest
This commit is contained in:
@@ -289,7 +289,7 @@ public class SvgViewShadowNode extends LayoutShadowNode {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return viewTag;
|
return viewTag == -1 ? getReactTag() : viewTag;
|
||||||
}
|
}
|
||||||
|
|
||||||
void defineClipPath(VirtualNode clipPath, String clipPathRef) {
|
void defineClipPath(VirtualNode clipPath, String clipPathRef) {
|
||||||
|
|||||||
Reference in New Issue
Block a user