We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791ee9e commit fb6fc2aCopy full SHA for fb6fc2a
client/src/components/MindMapCanvas/index.tsx
@@ -82,6 +82,7 @@ export default function MindMapCanvas({ showMinutes, handleShowMinutes }) {
82
case "Escape":
83
groupRelease();
84
selectNode({});
85
+ break;
86
case "Tab":
87
if (e.shiftKey) {
88
moveToPreviousNode(data, selectedNode, selectNode);
0 commit comments