mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
Fix save work area.
Fix export graph with styles. Fix css packer.
This commit is contained in:
@@ -421,7 +421,7 @@ Editor.prototype.initButtonActions = function()
|
||||
{
|
||||
userAction(this.id);
|
||||
|
||||
var graphAsString = self.application.graph.SaveToXML("");
|
||||
var graphAsString = self.application.graph.SaveToXML(self.application.SaveUserSettings());
|
||||
var savedGraphName = self.application.GetNewGraphName();
|
||||
|
||||
var element = document.createElement('a');
|
||||
|
||||
Reference in New Issue
Block a user