Skip to content

Commit 843bd59

Browse files
committed
fix: 컨테이너 노드 생성 시 팝오버 닫기
1 parent d97a5b9 commit 843bd59

File tree

1 file changed

+1
-0
lines changed
  • apps/frontend/src/features/canvasTools/ui/NewNodePanel

1 file changed

+1
-0
lines changed

apps/frontend/src/features/canvasTools/ui/NewNodePanel/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export function NewNodePanel() {
5252
};
5353

5454
nodeMap.set(newNode.id, newNode);
55+
close();
5556
};
5657

5758
return (

0 commit comments

Comments
 (0)