summaryrefslogtreecommitdiff
path: root/client-web/source/resource/file.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-04-29 20:12:56 +0200
committermetamuffin <metamuffin@disroot.org>2024-04-29 20:14:26 +0200
commit4f926ff6baff0621e3fa0cb5873b082f9ef963b2 (patch)
tree00554f842a7e8c67ca7a5344f6eaabefcdec5bcb /client-web/source/resource/file.ts
parentec1f16b65aa731b868ab7343f9fe539aaae9202a (diff)
downloadkeks-meet-1.1.0.tar
keks-meet-1.1.0.tar.bz2
keks-meet-1.1.0.tar.zst
stream previews on requestv1.1.0
Diffstat (limited to 'client-web/source/resource/file.ts')
-rw-r--r--client-web/source/resource/file.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client-web/source/resource/file.ts b/client-web/source/resource/file.ts
index 7b63d84..0554e2f 100644
--- a/client-web/source/resource/file.ts
+++ b/client-web/source/resource/file.ts
@@ -26,7 +26,6 @@ export const resource_file: ResourceHandlerDecl = {
}, PO.download)
return {
info,
- on_preview(_) { },
el: e("div", {},
e("span", {}, `${PO.file}: ${JSON.stringify(info.label)} (${display_filesize(info.size!)})`),
download_button,