Closed arcady-zherdev closed 3 years ago
The reason seems in this line
BrowserHelper.download(config.filename, `data:text/xml;charset=utf-8,${escape(xml)}`);
Not sure why escape
is used there considering it's deprecated. Just replacing it with encodeURIComponent
helps.
Forum post
Reproducible on
msprojectexport
demo.