mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00: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'](),
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user