Skip to content

Commit fb6fc2a

Browse files
committed
fix : case문 안 break 추가
1 parent 791ee9e commit fb6fc2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/components/MindMapCanvas/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export default function MindMapCanvas({ showMinutes, handleShowMinutes }) {
8282
case "Escape":
8383
groupRelease();
8484
selectNode({});
85+
break;
8586
case "Tab":
8687
if (e.shiftKey) {
8788
moveToPreviousNode(data, selectedNode, selectNode);

0 commit comments

Comments
 (0)