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-12-04 19:31:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
39eb619775a1195c7dce9b5e5d1a8626bb6cad1b
39eb6197
1 parent
645a50d3
fix 点击结束节点时,可能弹出提示框修复
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
doc/App.vue
doc/App.vue
View file @
39eb619
...
...
@@ -1241,6 +1241,7 @@ export default {
state.statusLoading = false;
}
} else {
state.detailModel = null;
editor.closeModel();
}
}
...
...
Please
register
or
login
to post a comment