diff --git a/packages/graphic-walker/src/components/toolbar/index.tsx b/packages/graphic-walker/src/components/toolbar/index.tsx index c99508a4..468d2b65 100644 --- a/packages/graphic-walker/src/components/toolbar/index.tsx +++ b/packages/graphic-walker/src/components/toolbar/index.tsx @@ -15,7 +15,7 @@ const Toolbar = memo(function Toolbar({ items }) { const [openedKey, setOpenedKey] = useState(null); return ( -
+
{items.map((item, i) => { if (item === ToolbarItemSplitter) { return ;