Nodes selection store, linking and unlinking nodes
This commit is contained in:
@@ -2,7 +2,7 @@ import { Dropdown, type MenuProps } from "antd";
|
||||
import { defaultGraph, graphContext, type EdgeModel, type NodeContext } from "./Graph";
|
||||
import { useContext } from "react";
|
||||
import { cloneDeep } from "lodash";
|
||||
import { useGraphsStore } from "./GraphsCollection";
|
||||
import { useGraphsStore } from "../stores/GraphsStore";
|
||||
|
||||
const items: MenuProps['items'] = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user