Skip to content

Commit c93e405

Browse files
snoozbusterbcakmakoglu
authored andcommitted
fix(core): remove erroneous window.stop in EdgeRendered
1 parent f08af3f commit c93e405

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/core/src/container/EdgeRenderer/EdgeRenderer.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ const groups = controlledComputed(
5151
() => groupEdgesByZLevel(getEdges, findNode, elevateEdgesOnSelect),
5252
)
5353
54-
onBeforeUnmount(() => {
55-
stop?.()
56-
})
57-
5854
const selectable = (edgeSelectable?: boolean) => (typeof edgeSelectable === 'undefined' ? elementsSelectable : edgeSelectable)
5955
const updatable = (edgeUpdatable?: EdgeUpdatable) => (typeof edgeUpdatable === 'undefined' ? edgesUpdatable : edgeUpdatable)
6056
const focusable = (edgeFocusable?: boolean) => (typeof edgeFocusable === 'undefined' ? edgesFocusable : edgeFocusable)

0 commit comments

Comments
 (0)