Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
vue-flow-editor
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2023-11-17 15:51:26 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
183e8ea12738c81c4473ea289a65c3594ea2278a
183e8ea1
1 parent
1e68e270
fix 删除操作后保存流程图信息
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
doc/App.vue
doc/App.vue
View file @
183e8ea
...
...
@@ -903,6 +903,8 @@ export default {
if (type === 'edge') {
console.log('delete edge')
}
state.data.nodes = editor.editorState.graph.save().nodes
state.data.edges = editor.editorState.graph.save().edges
}
/**
...
...
Please
register
or
login
to post a comment