changed generic test case to be closer to react

This commit is contained in:
Peter
2023-11-07 16:37:18 +01:00
parent 9551ebc0f3
commit fd2aa9f917
6 changed files with 6 additions and 6 deletions
@@ -1,5 +1,5 @@
export default {
svelteFlowProps: {
flowProps: {
zoomOnScroll: false,
// zoomActivationKey: 'Space',
// panOnDrag: false,
@@ -1,5 +1,5 @@
export default {
svelteFlowProps: {
flowProps: {
minZoom: 0.25,
maxZoom: 4,
fitView: true,
@@ -1,5 +1,5 @@
export default {
svelteFlowProps: {
flowProps: {
panOnScroll: true,
initialViewport: { x: 1.23, y: 9.87, zoom: 1.234 },
autoPanOnConnect: false,