Tiny fix.

This commit is contained in:
marko1616
2024-08-21 14:33:11 +08:00
parent 89dd0773ee
commit f630b53e0a
3 changed files with 8 additions and 7 deletions

View File

@@ -160,7 +160,7 @@ class HTMLFileDownload extends FileDownload {
}
getRelativePath (): string {
return ""
return ''
}
getMode (): number {