Explorar el Código

Overrides EditorUi defining beforeunload handler

David Benson hace 8 años
padre
commit
dff6d8979f
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      war/js/diagramly/ElectronApp.js

+ 3 - 1
war/js/diagramly/ElectronApp.js

@@ -610,4 +610,6 @@ FeedbackDialog.feedbackUrl = 'https://log.draw.io/email';
         	}));
 		}
 	};
-})();
+	
+	EditorUi.prototype.addBeforeUnloadListener = function() {};
+})();