-
-
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
f5f1554
commit 25bfc51
Showing
2 changed files
with
1 addition
and
2,933 deletions.
There are no files selected for viewing
Submodule drawio
updated
22 files
+3 −2 | .github/stale.yml | |
+19 −0 | ChangeLog | |
+1 −1 | VERSION | |
+10 −10 | etc/mxgraph/mxClient.js | |
+1 −1 | src/main/webapp/cache.manifest | |
+18 −8 | src/main/webapp/electron.js | |
+47 −43 | src/main/webapp/export3.html | |
+1,094 −1,090 | src/main/webapp/js/app.min.js | |
+17 −11 | src/main/webapp/js/diagramly/App.js | |
+72 −49 | src/main/webapp/js/diagramly/Dialogs.js | |
+131 −109 | src/main/webapp/js/diagramly/DriveClient.js | |
+1 −1 | src/main/webapp/js/diagramly/DriveFile.js | |
+130 −110 | src/main/webapp/js/diagramly/Editor.js | |
+129 −64 | src/main/webapp/js/diagramly/EditorUi.js | |
+1 −1 | src/main/webapp/js/diagramly/Minimal.js | |
+119 −106 | src/main/webapp/js/diagramly/Trees.js | |
+1 −1 | src/main/webapp/js/mxgraph/EditorUi.js | |
+26 −12 | src/main/webapp/js/mxgraph/Format.js | |
+58 −63 | src/main/webapp/js/mxgraph/Graph.js | |
+1 −0 | src/main/webapp/js/mxgraph/Sidebar.js | |
+7 −7 | src/main/webapp/js/mxgraph/Toolbar.js | |
+1,004 −1,002 | src/main/webapp/js/viewer.min.js |
Oops, something went wrong.