mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-27 02:44:49 +03:00
Merge pull request #505 from toeverything/fix/whiteboard
fix: edgeless not work
This commit is contained in:
commit
d94a6956b2
@ -27,7 +27,7 @@ const BlockSuiteEditor = forwardRef<EditorContainer>(({}, ref) => {
|
||||
editor.remove();
|
||||
};
|
||||
}, [ref]);
|
||||
return <div ref={containerElement} />;
|
||||
return <div id="editor" style={{ height: '100%' }} ref={containerElement} />;
|
||||
});
|
||||
|
||||
export const Editor = () => {
|
||||
@ -67,6 +67,7 @@ declare global {
|
||||
|
||||
namespace JSX {
|
||||
interface IntrinsicElements {
|
||||
// TODO fix types on react
|
||||
'editor-container': EditorContainer;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user