mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-28 22:15:12 -04:00
added markdown export (#627)
This commit is contained in:
parent
4984008aff
commit
9f7a106834
5 changed files with 79 additions and 9 deletions
|
@ -5,5 +5,5 @@ export const download = (data: BlobPart, fileName: string, mimeType: string): vo
|
|||
helperElement.download = fileName
|
||||
document.body.appendChild(helperElement)
|
||||
helperElement.click()
|
||||
helperElement.remove()
|
||||
setTimeout(() => helperElement.remove(), 2000)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue