refactor(nodes): only trigger dragging flag when a change has occured

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-08 16:48:18 +01:00
committed by Braks
parent 61d28e81f1
commit dce5d86867
3 changed files with 25 additions and 37 deletions
-1
View File
@@ -176,7 +176,6 @@ declare global {
const until: typeof import('@vueuse/core')['until']
const updateEdge: typeof import('./utils/graph')['updateEdge']
const updateEdgeAction: typeof import('./utils/store')['updateEdgeAction']
const updatePosition: typeof import('./utils/drag')['updatePosition']
const useActions: typeof import('./store/actions')['useActions']
const useActiveElement: typeof import('@vueuse/core')['useActiveElement']
const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue']