chore: not allowed to open pdf files on mobile (#9041)

Related to [BS-1919](https://linear.app/affine-design/issue/BS-1919/pdf-block-适配).

First remove the expand button on the mobile side.
This commit is contained in:
fundon
2024-12-09 02:54:07 +00:00
parent 7a1dab134f
commit efa4a80019

View File

@@ -169,7 +169,8 @@ export const AttachmentPeekViewControls = ({
name: t['com.affine.peek-view-controls.close'](),
onClick: () => peekView.close(),
},
{
// TODO(@fundon): needs to be implemented on mobile
BUILD_CONFIG.isDesktopEdition && {
icon: <ExpandFullIcon />,
name: t['com.affine.peek-view-controls.open-attachment'](),
nameKey: 'open',