workflow底层UI库整合至项目,优化构建逻辑
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import {store} from '#store/stores.svelte';
|
||||
|
||||
export const useDeleteEdge = () => {
|
||||
const deleteEdge = (id: string) => {
|
||||
store.removeEdge( id);
|
||||
};
|
||||
return {
|
||||
deleteEdge
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user