diff --git a/src/components/node/NodePanel/index.tsx b/src/components/node/NodePanel/index.tsx index 22cf50e5..5eed452c 100644 --- a/src/components/node/NodePanel/index.tsx +++ b/src/components/node/NodePanel/index.tsx @@ -47,7 +47,7 @@ const NodePanel: FC = memo( return (
- {stack ? ( + {stack && createPortal( = memo( stack />, document.body - ) - ) : ( - - )} + )} + +
); }