Fix save work area.

Fix export graph with styles.
Fix css packer.
This commit is contained in:
Oleg Sh
2026-01-03 19:03:00 +01:00
parent e276350318
commit a139fbe6ec
10 changed files with 54 additions and 47 deletions

View File

@@ -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');