a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove list item if first block

+7
+7
components/Blocks/TextBlock/keymap.ts
··· 192 192 }); 193 193 } 194 194 if (!propsRef.current.previousBlock) { 195 + if (propsRef.current.listData) { 196 + repRef.current?.mutate.retractAttribute({ 197 + entity: propsRef.current.entityID, 198 + attribute: "block/is-list", 199 + }); 200 + return true; 201 + } 195 202 if (propsRef.current.type === "heading") { 196 203 repRef.current?.mutate.assertFact({ 197 204 entity: propsRef.current.entityID,