mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 05:25:53 +08:00
fix(core): viewport element not found in share page (#6453)
This commit is contained in:
@@ -118,7 +118,7 @@ export const BlocksuiteDocEditor = forwardRef<
|
||||
specs={specs}
|
||||
hasViewport={false}
|
||||
/>
|
||||
{docPage ? (
|
||||
{docPage && !page.readonly ? (
|
||||
<div
|
||||
className={styles.docEditorGap}
|
||||
onClick={() => {
|
||||
|
||||
Reference in New Issue
Block a user