chore(svelte): remove useEdgesInit hook
This commit is contained in:
@@ -12,15 +12,6 @@ export function useNodesInitialized() {
|
|||||||
} as Readable<boolean>;
|
} as Readable<boolean>;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Hook for seeing if edges are initialized
|
|
||||||
* @returns - edgesInitialized Writable
|
|
||||||
*/
|
|
||||||
export function useEdgesInitialized() {
|
|
||||||
const { edgesInitialized } = useStore();
|
|
||||||
return edgesInitialized;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hook for seeing if the flow is initialized
|
* Hook for seeing if the flow is initialized
|
||||||
* @returns - initialized Writable
|
* @returns - initialized Writable
|
||||||
|
|||||||
Reference in New Issue
Block a user