fix: fixes issue where first change was ignored with Super notes
This commit is contained in:
@@ -168,7 +168,7 @@ export const SuperEditor: FunctionComponent<Props> = ({
|
|||||||
>
|
>
|
||||||
<BlocksEditor
|
<BlocksEditor
|
||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
ignoreFirstChange={true}
|
ignoreFirstChange={false}
|
||||||
className={classNames(
|
className={classNames(
|
||||||
'relative h-full resize-none px-4 py-4 focus:shadow-none focus:outline-none',
|
'relative h-full resize-none px-4 py-4 focus:shadow-none focus:outline-none',
|
||||||
lineHeight && `leading-${lineHeight.toLowerCase()}`,
|
lineHeight && `leading-${lineHeight.toLowerCase()}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user