fix: draft folder support (#840)

This commit is contained in:
Daniel Lautzenheiser
2023-06-13 15:45:26 -04:00
committed by GitHub
parent 0c592f6943
commit ad0545dd7a
4 changed files with 73 additions and 35 deletions

View File

@ -280,6 +280,7 @@ const PlateEditor: FC<PlateEditorProps> = ({
...editableProps,
onFocus,
onBlur,
className: 'outline-none',
}}
>
<div key="editor-inner-wrapper" ref={innerEditorContainerRef}>