Merge branch 'main' into feat/zindexmode

This commit is contained in:
moklick
2025-12-02 17:10:35 +01:00
11 changed files with 240 additions and 6 deletions
+3
View File
@@ -150,6 +150,9 @@ const getInitialState = ({
debug: false,
ariaLabelConfig: defaultAriaLabelConfig,
zIndexMode,
onNodesChangeMiddlewareMap: new Map(),
onEdgesChangeMiddlewareMap: new Map(),
};
};