diff --git a/src/nodes/NoteFlow.tsx b/src/nodes/NoteFlow.tsx index fb2bd16..3f40606 100644 --- a/src/nodes/NoteFlow.tsx +++ b/src/nodes/NoteFlow.tsx @@ -230,6 +230,7 @@ const NoteFlow = () => { if (node.id === '2') { // Check if the clicked node is "Add Note" setShowTabBar(true); } + }; const onNodeContextMenu = useCallback((event, node) => { @@ -336,4 +337,4 @@ const NoteFlow = () => { ); }; -export default NoteFlow; +export default NoteFlow; \ No newline at end of file