Fix export (#936)

* fix export

* improve dialog and fix quality
This commit is contained in:
JFH
2023-12-10 10:52:20 +01:00
committed by GitHub
parent ec3e0522df
commit f0e4407f44
6 changed files with 11 additions and 52 deletions

View File

@@ -896,7 +896,7 @@ const rasterExport = async (imgType, quality, WindowName, opts = {}) => {
WindowName
}
if (!opts.avoidEvent) {
svgCanvas.call('ed', obj)
svgCanvas.call('exported', obj)
}
resolve(obj)
}