Skip to content

Commit 8b0d56b

Browse files
[refactor] remove unused onEnd callback option - addresses review feedback
Co-authored-by: DrJKL <[email protected]>
1 parent f332a8b commit 8b0d56b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/renderer/extensions/vueNodes/composables/useNodeResize.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import type { TransformState } from '@/renderer/core/layout/injectionKeys'
66
interface UseNodeResizeOptions {
77
/** Transform state for coordinate conversion */
88
transformState: TransformState
9-
/** Callback when resize ends */
10-
onEnd?: () => void
119
}
1210

1311
/**
@@ -116,7 +114,6 @@ export function useNodeResize(
116114
target.releasePointerCapture(upEvent.pointerId)
117115
stopMoveListen()
118116
stopUpListen()
119-
options.onEnd?.()
120117
}
121118
}
122119

0 commit comments

Comments
 (0)