fix: zoom pan helper

This commit is contained in:
Braks
2021-10-20 22:39:54 +02:00
parent a895853b64
commit c3fb3cd10a
38 changed files with 214 additions and 277 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { RevueFlowState, ConnectionMode } from '../types'
import { ConnectionMode, FlowState } from '~/types'
export const initialState: RevueFlowState = {
export const initialState: FlowState = {
dimensions: {
width: 0,
height: 0,