feat: fix the problem of form entries being deleted when adding a new line #918 and clear the selection box to delete the corresponding edge (#1301)

### What problem does this PR solve?
feat: clear the selection box to delete the corresponding edge. #918
feat: fix the problem of form entries being deleted when adding a new
line #918

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-06-28 08:59:51 +08:00
committed by GitHub
parent c8523dc6fd
commit 5a36866cf2
7 changed files with 46 additions and 32 deletions

View File

@@ -37,7 +37,7 @@ export const dsl = {
graph: {
nodes: [
{
id: 'begin',
id: 'Begin',
type: 'beginNode',
position: {
x: 50,