refactor(nodes): remove __vf.position

* duplicate position values as __vf.position and position save the same values

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-25 15:21:36 +01:00
parent 89849f4eac
commit 84bad861ea
5 changed files with 23 additions and 22 deletions
-1
View File
@@ -4,7 +4,6 @@ import { XYPosition, ElementId, Position, SnapGrid } from './flow'
import { HandleElement } from './components'
export interface VFInternals {
position: XYPosition
isDragging?: boolean
width: number
height: number