feat: Add current Writing Streak to Daily Notebooks (#2093)

This commit is contained in:
Mo
2022-12-08 11:11:13 -06:00
committed by GitHub
parent ad70bea368
commit d149b500ee
8 changed files with 62 additions and 7 deletions

View File

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