chore(core): cleanup unused event arg (#1475)

chore(core): cleanup unused `event` arg
This commit is contained in:
Braks
2024-06-13 00:04:51 +02:00
parent a647472db4
commit 850f54aebd
3 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -615,7 +615,7 @@ export function useActions(
node.data = options.replace ? nextData : { ...node.data, ...nextData }
}
const startConnection: Actions['startConnection'] = (startHandle, position, event, isClick = false) => {
const startConnection: Actions['startConnection'] = (startHandle, position, isClick = false) => {
if (isClick) {
state.connectionClickStartHandle = startHandle
} else {