@@ -1,3 +1,8 @@
+21-SEP-2018: 9.1.8
+
+- Fixes minor constraint check bug for new connections
+- Uses mxGraph 3.9.10
21-SEP-2018: 9.1.7
- Adds flow plugin
@@ -1 +1 @@
-9.1.7
+9.1.8
@@ -1,7 +1,7 @@
CACHE MANIFEST
# THIS FILE WAS GENERATED. DO NOT MODIFY!
-# 09/21/2018 10:56 AM
+# 09/21/2018 04:42 PM
app.html
index.html?offline=1
@@ -77,7 +77,7 @@ Draw.loadPlugin(function(ui)
{
if (ui.editor.graph.model.isEdge(me.getCell()))
- toggleFlow(me.getCell());
+ toggleFlow([me.getCell()]);
}
};