move handleEdgeSelection into store, fix hooks
This commit is contained in:
@@ -37,8 +37,8 @@ export * from '$lib/hooks/useConnection.svelte';
|
||||
export * from '$lib/hooks/useNodesEdgesViewport.svelte';
|
||||
export * from '$lib/hooks/useHandleConnections.svelte';
|
||||
export * from '$lib/hooks/useNodesData.svelte';
|
||||
export * from '$lib/hooks/useInternalNode';
|
||||
export { useInitialized, useNodesInitialized } from '$lib/hooks/useInitialized';
|
||||
export * from '$lib/hooks/useInternalNode.svelte';
|
||||
export { useInitialized, useNodesInitialized } from '$lib/hooks/useInitialized.svelte';
|
||||
|
||||
// types
|
||||
export type {
|
||||
|
||||
Reference in New Issue
Block a user