up
This commit is contained in:
@@ -230,6 +230,7 @@ const NoteFlow = () => {
|
|||||||
if (node.id === '2') { // Check if the clicked node is "Add Note"
|
if (node.id === '2') { // Check if the clicked node is "Add Note"
|
||||||
setShowTabBar(true);
|
setShowTabBar(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const onNodeContextMenu = useCallback((event, node) => {
|
const onNodeContextMenu = useCallback((event, node) => {
|
||||||
@@ -336,4 +337,4 @@ const NoteFlow = () => {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default NoteFlow;
|
export default NoteFlow;
|
||||||
Reference in New Issue
Block a user