-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a8cd66
commit 39168fe
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule drawio
updated
17 files
+6 −0 | ChangeLog | |
+1 −1 | VERSION | |
+2 −1 | src/main/java/com/mxgraph/online/MSGraphAuthServlet.java | |
+1,021 −1,017 | src/main/webapp/js/app.min.js | |
+7 −1 | src/main/webapp/js/diagramly/App.js | |
+12 −1 | src/main/webapp/js/diagramly/Editor.js | |
+14 −17 | src/main/webapp/js/diagramly/EditorUi.js | |
+46 −29 | src/main/webapp/js/diagramly/Extensions.js | |
+2 −1 | src/main/webapp/js/diagramly/Init.js | |
+10 −13 | src/main/webapp/js/diagramly/Trees.js | |
+217 −215 | src/main/webapp/js/extensions.min.js | |
+6 −0 | src/main/webapp/js/mxgraph/Editor.js | |
+173 −86 | src/main/webapp/js/mxgraph/Graph.js | |
+2 −2 | src/main/webapp/js/mxgraph/Toolbar.js | |
+809 −806 | src/main/webapp/js/viewer.min.js | |
+2 −2 | src/main/webapp/package.json | |
+18 −2 | src/main/webapp/service-worker.js |