fix: should pass std to AffineEditorContainer (#8678)

To fix [BS-1741](https://linear.app/affine-design/issue/BS-1741/toc-不显示了)
This commit is contained in:
donteatfriedrice
2024-11-04 03:25:31 +00:00
parent aacfb82819
commit a4f27ef391
@@ -98,6 +98,9 @@ export const BlocksuiteEditorContainer = forwardRef<
get origin() {
return rootRef.current;
},
get std() {
return mode === 'page' ? docRef.current?.std : edgelessRef.current?.std;
},
};
const proxy = new Proxy(api, {