tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
Remove autoComplete="off" from code and math blocks
mark.tngl.sh
4 months ago
fe067472
0642ead8
-2
2 changed files
expand all
collapse all
unified
split
components
Blocks
CodeBlock.tsx
MathBlock.tsx
-1
components/Blocks/CodeBlock.tsx
···
125
125
block={props}
126
126
spellCheck={false}
127
127
autoCapitalize="none"
128
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
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..."