fix(core): should pass mode to AffineEditorContainer (#6522)

Without mode there will be some features missing in blocksuite
This commit is contained in:
pengx17
2024-04-11 11:17:13 +00:00
parent 66231e0e41
commit f03e20b97e

View File

@@ -164,6 +164,9 @@ export const BlocksuiteEditorContainer = forwardRef<
? docRef.current?.updateComplete
: edgelessRef.current?.updateComplete;
},
get mode() {
return mode;
},
};
const proxy = new Proxy(api, {