fix(background): multiple backgrounds, separate pattern ids closes #1037

This commit is contained in:
moklick
2021-03-26 22:43:19 +01:00
parent dd9334f50a
commit 6cc2910477
4 changed files with 77 additions and 6 deletions
+5
View File
@@ -25,6 +25,7 @@ import SwitchFlows from './Switch';
import UseZoomPanHelper from './UseZoomPanHelper';
import UseUpdateNodeInternals from './UseUpdateNodeInternals';
import Undirectional from './Undirectional';
import MultiFlows from './MultiFlows';
import './index.css';
@@ -121,6 +122,10 @@ const routes = [
path: '/undirectional',
component: Undirectional,
},
{
path: '/multiflows',
component: MultiFlows,
},
];
const Header = withRouter(({ history, location }) => {