mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
fix(core): fix editor sidebar (#5965)
This commit is contained in:
@@ -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