feat: modify the style of the operator #918 (#1335)

### What problem does this PR solve?

feat: modify the style of the operator #918
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-07-01 18:58:51 +08:00
committed by GitHub
parent b5389f487c
commit 5fa3c2bdce
10 changed files with 134 additions and 74 deletions

View File

@ -96,6 +96,7 @@ export const useHandleDrop = () => {
},
data: {
label: `${type}`,
name: humanId(),
},
sourcePosition: Position.Right,
targetPosition: Position.Left,