From 96092323dbddf20ebdb370b430ac804f2da9f477 Mon Sep 17 00:00:00 2001 From: Tieptk Date: Tue, 27 Aug 2024 09:10:32 +0700 Subject: [PATCH] up --- src/nodes/NoteFlow.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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