refactor(node): pass if selected

This commit is contained in:
moklick
2019-07-25 18:02:41 +02:00
parent 6dc9e5f79f
commit 295b76bb2f
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -33052,7 +33052,9 @@
transform: "translate(".concat(position.x, "px,").concat(position.y, "px)")
},
onClick: onNodeClick
}, React__default.createElement(NodeComponent, props)));
}, React__default.createElement(NodeComponent, _extends({}, props, {
selected: selected
}))));
});
});