Browse Source

chore(nc-gui): prevent initial fit view from toggling to skeleton mode

pull/4071/head
braks 2 years ago
parent
commit
aa224a8c3d
  1. 2
      packages/nc-gui/components/erd/Flow.vue

2
packages/nc-gui/components/erd/Flow.vue

@ -36,7 +36,7 @@ onPaneReady(() => {
layout(showSkeleton.value)
setTimeout(() => {
fitView({ duration: 250, padding: 0.5 })
fitView({ duration: 250, minZoom: 0.16 })
}, 100)
})

Loading…
Cancel
Save