This commit is contained in:
2024-08-27 09:10:32 +07:00
parent 4ee8206e3e
commit 96092323db

View File

@@ -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;