fix: fixes issue where first change was ignored with Super notes

This commit is contained in:
Mo
2022-12-05 07:56:10 -06:00
parent bd5ccbfab6
commit 1d22365086

View File

@@ -168,7 +168,7 @@ export const SuperEditor: FunctionComponent<Props> = ({
>
<BlocksEditor
onChange={handleChange}
ignoreFirstChange={true}
ignoreFirstChange={false}
className={classNames(
'relative h-full resize-none px-4 py-4 focus:shadow-none focus:outline-none',
lineHeight && `leading-${lineHeight.toLowerCase()}`,