You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this does not download but opens a new tab with the SVG:
consta=document.createElement('a');a.href=this.state.componentBaseUrl+"/"+this.state.contextMenu.component;a.setAttribute('download','file.svg',);//a.download = this.state.contextMenu.component;document.body.appendChild(a);// we need to append the element to the dom -> otherwise it will not work in firefoxa.click();a.remove();//afterwards we remove the element again
The text was updated successfully, but these errors were encountered:
this does not download but opens a new tab with the SVG:
The text was updated successfully, but these errors were encountered: