feat: add FlowHeader and delete edge (#959)

### What problem does this PR solve?
feat: add FlowHeader and delete edge #918 

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-05-29 10:01:39 +08:00
committed by GitHub
parent 21aac545d9
commit 495a6434ec
13 changed files with 293 additions and 18 deletions

View File

@ -84,9 +84,6 @@ export const useHandleNodeContextMenu = (sideWidth: number) => {
// event.clientY >= pane.height - 200 ? pane.height - event.clientY : 0,
// });
console.info('clientX:', event.clientX);
console.info('clientY:', event.clientY);
setMenu({
id: node.id,
top: event.clientY - 72,