refactor(styling): dont inject styles

This commit is contained in:
moklick
2022-08-09 18:42:12 +02:00
parent a541eb99a5
commit 94463cd0be
42 changed files with 1481 additions and 524 deletions
@@ -149,6 +149,7 @@ export default (NodeComponent: ComponentType<NodeProps>) => {
selected,
selectable: isSelectable,
parent: isParent,
dragging,
},
])}
ref={nodeRef}