a tool for shared writing and social publishing

Remove autoComplete="off" from code and math blocks

-2
-1
components/Blocks/CodeBlock.tsx
··· 125 125 block={props} 126 126 spellCheck={false} 127 127 autoCapitalize="none" 128 - autoComplete="off" 129 128 autoCorrect="off" 130 129 className="codeBlockEditor whitespace-nowrap! overflow-auto! font-mono p-2" 131 130 value={content?.data.value}
-1
components/Blocks/MathBlock.tsx
··· 37 37 block={props} 38 38 spellCheck={false} 39 39 autoCapitalize="none" 40 - autoComplete="off" 41 40 autoCorrect="off" 42 41 className="bg-border-light rounded-md p-2 w-full min-h-[48px] whitespace-nowrap overflow-auto! border-border-light outline-border-light selected-outline" 43 42 placeholder="write some Tex here..."