chore(examples): add moving handle example
This commit is contained in:
@@ -53,6 +53,7 @@ import UseHandleConnections from '../examples/UseHandleConnections';
|
||||
import AddNodeOnEdgeDrop from '../examples/AddNodeOnEdgeDrop';
|
||||
import DevTools from '../examples/DevTools';
|
||||
import Redux from '../examples/Redux';
|
||||
import MovingHandles from '../examples/MovingHandles';
|
||||
|
||||
export interface IRoute {
|
||||
name: string;
|
||||
@@ -206,6 +207,11 @@ const routes: IRoute[] = [
|
||||
path: 'multi-setnodes',
|
||||
component: MultiSetNodes,
|
||||
},
|
||||
{
|
||||
name: 'Moving Handles',
|
||||
path: 'moving-handles',
|
||||
component: MovingHandles,
|
||||
},
|
||||
{
|
||||
name: 'Multi Flows',
|
||||
path: 'multiflows',
|
||||
|
||||
Reference in New Issue
Block a user