steven-tey / novel

Notion-style WYSIWYG editor with AI-powered autocompletion.
https://novel.sh
Apache License 2.0
11.8k stars 980 forks source link

🐞bug: editable={false} doesn't prevent editing content #384

Open lumpinif opened 2 months ago

lumpinif commented 2 months ago

Provide environment information

*

Describe the bug

bug: editable={false} doesn't prevent editing content

Link to reproduction

https://github.com/steven-tey/novel/

To reproduce

*

Additional information

Screenshot 2024-04-28 170811

lumpinif commented 2 months ago

update: after testing it is coming from @tiptap/react, it has the editable prop but no matter what we set up the editable it doesn't take any effect.