Merge branch 'main' into feat/interactive-minimap

This commit is contained in:
moklick
2022-10-31 12:28:37 +01:00
98 changed files with 817 additions and 527 deletions
+6
View File
@@ -37,6 +37,7 @@ import UseKeyPress from '../examples/UseKeyPress';
import EdgeRouting from '../examples/EdgeRouting';
import CancelConnection from '../examples/CancelConnection';
import InteractiveMinimap from '../examples/InteractiveMinimap';
import UseOnSelectionChange from '../examples/UseOnSelectionChange';
interface IRoute {
name: string;
@@ -205,6 +206,11 @@ const routes: IRoute[] = [
path: '/update-node',
component: UpdateNode,
},
{
name: 'useOnSelectionChange',
path: '/use-on-selection-change',
component: UseOnSelectionChange,
},
{
name: 'useReactFlow',
path: '/usereactflow',