fixed naming & exportyts

This commit is contained in:
peterkogo
2025-01-07 10:24:44 +01:00
parent e9179017ba
commit 0863554271
4 changed files with 4 additions and 2 deletions
@@ -33,7 +33,7 @@ const initialConnections: HandleConnection[] = [];
* @todo @param param.onDisconnect - gets called when a connection is removed
* @returns an array with connections
*/
export function useHandleConnections({ type, nodeId, handleId }: UseNodeConnectionsParams) {
export function useNodeConnections({ type, nodeId, handleId }: UseNodeConnectionsParams) {
const { edges, connectionLookup } = useStore();
const _nodeId = getContext<string>('svelteflow__node_id');