mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 15:46:29 +08:00
fix(core): fix editor sidebar (#5965)
This commit is contained in:
+3
@@ -146,6 +146,9 @@ export const BlocksuiteEditorContainer = forwardRef<
|
||||
get page() {
|
||||
return page;
|
||||
},
|
||||
get doc() {
|
||||
return page;
|
||||
},
|
||||
get host() {
|
||||
return mode === 'page'
|
||||
? docRef.current?.host
|
||||
|
||||
Reference in New Issue
Block a user