steven-tey / novel

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

feat: ImageResizer grip is still active in editable={false} #455

Open AKRking opened 1 month ago

AKRking commented 1 month ago

Describe the feature you'd like to request

This show disable imageresize grip of ImageResizer

image

Describe the solution you'd like to see

<Editornovel initialValue={topic?.description ? topic?.description : {}} editable={false} onChange={() => {}} />

Additional information

No response