@@ -1,3 +1,9 @@
+31-AUG-2017: 7.3.3
+
+- Removes footer in Chrome App
+- Improvements for Lucidchart import
+- Fixes timing issue in number plugin
31-AUG-2017: 7.3.2
- Fixes special cases for line jumps
@@ -1 +1 @@
-7.3.2
+7.3.3
@@ -1,7 +1,7 @@
CACHE MANIFEST
# THIS FILE WAS GENERATED. DO NOT MODIFY!
-# 08/31/2017 10:01 AM
+# 08/31/2017 03:19 PM
app.html
index.html?offline=1
@@ -89,4 +89,10 @@ Draw.loadPlugin(function(ui) {
ui.menus.addMenuItems(menu, ['-', 'number'], parent);
};
+ // Forces refresh if file was loaded before plugin
+ if (ui.getCurrentFile() != null)
+ {
+ graph.refresh();
+ }
});