mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 00:00:00 +00:00
fix tldraw editor bug
This commit is contained in:
@@ -79,7 +79,7 @@ const TldrawEditor = () => {
|
||||
return (
|
||||
<SimpleEditor
|
||||
isFetching={isFetching}
|
||||
document={fileContent}
|
||||
document={fileContent || { document: null }}
|
||||
onContentChanged={onContentChanged}
|
||||
onSave={onSave}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user