mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08:00
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:
@@ -169,7 +169,8 @@ export const AttachmentPeekViewControls = ({
|
|||||||
name: t['com.affine.peek-view-controls.close'](),
|
name: t['com.affine.peek-view-controls.close'](),
|
||||||
onClick: () => peekView.close(),
|
onClick: () => peekView.close(),
|
||||||
},
|
},
|
||||||
{
|
// TODO(@fundon): needs to be implemented on mobile
|
||||||
|
BUILD_CONFIG.isDesktopEdition && {
|
||||||
icon: <ExpandFullIcon />,
|
icon: <ExpandFullIcon />,
|
||||||
name: t['com.affine.peek-view-controls.open-attachment'](),
|
name: t['com.affine.peek-view-controls.open-attachment'](),
|
||||||
nameKey: 'open',
|
nameKey: 'open',
|
||||||
|
|||||||
Reference in New Issue
Block a user