chore(store): remove unused prop in store

This commit is contained in:
braks
2022-07-27 22:49:00 +02:00
committed by Braks
parent 12108d092c
commit cff5e05ac9
-5
View File
@@ -69,11 +69,6 @@ const defaultState = (): State => ({
panOnDrag: true,
edgeUpdaterRadius: 10,
onlyRenderVisibleElements: false,
defaultViewport: {
x: 0,
y: 0,
zoom: 1,
},
defaultZoom: 1,
defaultPosition: [0, 0],