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
+1
View File
@@ -30,6 +30,7 @@ const initialState: ReactFlowStore = {
connectionPosition: { x: 0, y: 0 },
connectionMode: ConnectionMode.Strict,
domNode: null,
paneDragging: false,
snapGrid: [15, 15],
snapToGrid: false,