Sign in
简柏林
/
thingskit-scada
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
49c45fd867d903d8e19ad1b7af28b24fe2dd390e
Authored by
ww
2022-08-02 17:37:53 +0800
1 parent
55a008e9
fix: DEFECT-565 drag close button can complete form input
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/webapp/js/grapheditor/Format.js
src/main/webapp/js/grapheditor/Format.js
View file @
49c45fd
...
...
@@ -14129,6 +14129,7 @@ class HandleDataInteraction {
14129
14129
14130
14130
},
14131
14131
async success(layero, index) {
14132
+
$('.layui-layer-setwin a').removeAttr('href')
14132
14133
form.render()
14133
14134
},
14134
14135
})
...
...