fix(drag): properly expand parent

This commit is contained in:
bcakmakoglu
2022-05-27 23:36:01 +02:00
committed by Braks
parent 8af74259ec
commit 048775df29
3 changed files with 2 additions and 12 deletions
@@ -6,4 +6,4 @@ export { default as SmoothStepEdge } from './SmoothStepEdge'
export { default as StraightEdge } from './StraightEdge'
export { default as EdgeAnchor } from './EdgeAnchor'
export { default as EdgeText } from './EdgeText.vue'
export { default as EdgeWrapper } from './EdgeWrapper.vue'
export { default as EdgeWrapper } from './Wrapper'