tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
291
fork
atom
a tool for shared writing and social publishing
291
fork
atom
overview
issues
27
pulls
pipelines
added a checkbox checking regex
cozylittle.house
1 year ago
fcf190d1
ab9864d9
+1
-1
1 changed file
expand all
collapse all
unified
split
components
Blocks
TextBlock
inputRules.ts
+1
-1
components/Blocks/TextBlock/inputRules.ts
···
88
88
}),
89
89
90
90
//Checklist
91
91
-
new InputRule(/^\[(\ |x)?\]\s$/, (state, match) => {
91
91
+
new InputRule(/^\-?\[(\ |x)?\]\s$/, (state, match) => {
92
92
if (!propsRef.current.listData)
93
93
repRef.current?.mutate.assertFact({
94
94
entity: propsRef.current.entityID,