forked from jgraph/drawio-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
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
2dc798a
commit a2d1bda
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule drawio
updated
13 files
+16 −0 | ChangeLog | |
+1 −1 | VERSION | |
+10 −11 | etc/mxgraph/mxClient.js | |
+1 −1 | src/main/webapp/cache.manifest | |
+7 −6 | src/main/webapp/electron.js | |
+6 −2 | src/main/webapp/index.html | |
+162 −162 | src/main/webapp/js/app.min.js | |
+1 −1 | src/main/webapp/js/diagramly/EditorUi.js | |
+5 −5 | src/main/webapp/js/diagramly/ElectronApp.js | |
+13 −6 | src/main/webapp/js/diagramly/Init.js | |
+0 −12 | src/main/webapp/js/mxgraph/Format.js | |
+13 −13 | src/main/webapp/js/viewer.min.js | |
+4 −4 | src/main/webapp/package.json |