Skip to content
Snippets Groups Projects
Commit 28f7373e authored by AndiMajore's avatar AndiMajore
Browse files

fixed download

parent cf073335
No related branches found
Tags v0.8.9-rc6
No related merge requests found
......@@ -129,7 +129,6 @@ export function downLoadFile(data: any, type: string) {
var a = document.createElement("a");
a.href = URL.createObjectURL(blob);
a.download = 'test.graphml';
// start download
a.click();
}
......@@ -49,12 +49,12 @@
}'></network-expander>
</div>
<div >
<!--<div >-->
<network-expander id="netexp2"
pluginId="2"
config='{}' network='{"nodes":[], "edges":[]}'></network-expander>
</div>
<!-- <network-expander id="netexp2"-->
<!-- pluginId="2"-->
<!-- config='{}' network='{"nodes":[], "edges":[]}'></network-expander>-->
<!--</div>-->
<br>
<br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment