mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
chore(core): temporarily hide editor starter-bar on mobile (#10237)
This commit is contained in:
@@ -350,7 +350,9 @@ export const BlocksuiteDocEditor = forwardRef<
|
||||
data-testid="page-editor-blank"
|
||||
onClick={onClickBlank}
|
||||
></div>
|
||||
{!readonly && <StarterBar doc={page} />}
|
||||
{!readonly && !BUILD_CONFIG.isMobileEdition && (
|
||||
<StarterBar doc={page} />
|
||||
)}
|
||||
{!shared && displayBiDirectionalLink ? (
|
||||
<BiDirectionalLinkPanel />
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user