mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-20 23:21:06 +02:00
feat: Added celery tasks to populate blocknote_document for existing documents
This commit is contained in:
parent
e33b42f9a5
commit
91bc344b56
6 changed files with 231 additions and 12 deletions
|
|
@ -96,7 +96,7 @@ export default function EditorPage() {
|
|||
}
|
||||
}, [editorContent, document]);
|
||||
|
||||
// TODO: Auto-save every 30 seconds - DIRECT CALL TO FASTAPI
|
||||
// TODO: Maybe add Auto-save every 30 seconds - DIRECT CALL TO FASTAPI
|
||||
|
||||
// Save and exit - DIRECT CALL TO FASTAPI
|
||||
const handleSave = async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue