fix(web): restore close action for asset viewer (#26418)

pull/26424/head
Michel Heusschen 2026-02-21 11:31:30 +01:00 committed by GitHub
parent 82c6302549
commit 27c45b5ddb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
const sharedLink = getSharedLink();
</script>
<CommandPaletteDefaultProvider name={$t('assets')} actions={withoutIcons([Cast, ...Object.values(Actions)])} />
<CommandPaletteDefaultProvider name={$t('assets')} actions={withoutIcons([Close, Cast, ...Object.values(Actions)])} />
<div
class="flex h-16 place-items-center justify-between bg-linear-to-b from-black/40 px-3 transition-transform duration-200"