mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-07 00:42:31 +00:00
Fix Use elements do not reset template bug
This commit is contained in:
@@ -108,16 +108,6 @@ public class GroupShadowNode extends RenderableShadowNode {
|
||||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
public void mergeProperties(final VirtualNode target, final ReadableArray mergeList, final boolean inherited) {
|
||||
traverseChildren(new NodeRunnable() {
|
||||
public boolean run(VirtualNode node) {
|
||||
node.mergeProperties(target, mergeList, inherited);
|
||||
return true;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
public void resetProperties() {
|
||||
traverseChildren(new NodeRunnable() {
|
||||
|
||||
Reference in New Issue
Block a user