David Benson 7 anni fa
parent
commit
862190ca8b

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+14-JUN-2018: 8.8.1
+
+- Adds detection of object type in link action
+
 14-JUN-2018: 8.8.0
 
 - Fixes label link detection cases in Firefox

+ 1 - 1
VERSION

@@ -1 +1 @@
-8.8.0
+8.8.1

+ 1 - 1
src/main/webapp/cache.manifest

@@ -1,7 +1,7 @@
 CACHE MANIFEST
 
 # THIS FILE WAS GENERATED. DO NOT MODIFY!
-# 06/14/2018 12:58 PM
+# 06/14/2018 05:12 PM
 
 app.html
 index.html?offline=1

File diff suppressed because it is too large
+ 3 - 3
src/main/webapp/js/app.min.js


File diff suppressed because it is too large
+ 2 - 2
src/main/webapp/js/atlas-viewer.min.js


File diff suppressed because it is too large
+ 3 - 3
src/main/webapp/js/atlas.min.js


File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/js/embed-static.min.js


+ 1 - 1
src/main/webapp/js/mxgraph/Actions.js

@@ -383,7 +383,7 @@ Actions.prototype.init = function()
 				
 				// Workaround for FF returning the outermost selected element after double
 				// click on a DOM hierarchy with a link inside (but not as topmost element)
-				if (link == null)
+				if (link == null && elt != null && elt.getElementsByTagName != null)
 				{
 					// Finds all links in the selected DOM and uses the link
 					// where the selection text matches its text content

File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/js/reader.min.js


File diff suppressed because it is too large
+ 2 - 2
src/main/webapp/js/viewer.min.js


+ 1 - 1
src/main/webapp/package.json

@@ -1,6 +1,6 @@
 {
   "name": "draw.io",
-  "version": "8.8.0",
+  "version": "8.6.5",
   "description": "draw.io desktop",
   "main": "electron.js",
   "scripts": {