Skip to content

Commit

Permalink
Uses draw.io 12.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alderg committed Dec 14, 2019
1 parent ba5b85e commit bb9fb4e
Show file tree
Hide file tree
Showing 7 changed files with 821 additions and 823 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
14-DEC-2019: 1.7.4

- Uses draw.io 12.4.2

12-DEC-2019: 1.7.3

- Uses draw.io 12.4.1
Expand Down
Binary file modified app/app.ele
Binary file not shown.
2 changes: 1 addition & 1 deletion app/dist/app.js

Large diffs are not rendered by default.

814 changes: 407 additions & 407 deletions app/dist/dist/integrate.min.js

Large diffs are not rendered by default.

814 changes: 407 additions & 407 deletions app/dist/integrate.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"id": "JTXAjAqkD1J",
"manifest_version": 1,
"name": "draw.io Diagram",
"version_name": "1.7.3",
"version_number": 53,
"version_name": "1.7.4",
"version_number": 54,
"sizing_mode": "scale",
"initial_width": 800,
"initial_height": 64,
Expand Down
6 changes: 0 additions & 6 deletions src/root.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2400,12 +2400,6 @@ function main(isCreateViewer, onLoad)
{
graphSetShadowVisible.apply(this, [Editor.shadowOptionEnabled && value, fireEvent]);
};

// Disables CSS transforms for zoom
Graph.prototype.isFastZoomEnabled = function()
{
return false;
}

// Disables CSS transforms in editable documents
var graphIsCssTransformsSupported = Graph.prototype.isCssTransformsSupported;
Expand Down

0 comments on commit bb9fb4e

Please sign in to comment.