a tool for shared writing and social publishing
0
fork

Configure Feed

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

keep list on enter on canvas

+7 -1
+7 -1
components/Blocks/TextBlock/keymap.ts
··· 374 374 type: blockType, 375 375 position: { 376 376 x: position.data.position.x, 377 - y: position.data.position.y + box.height + 12, 377 + y: position.data.position.y + box.height, 378 378 }, 379 379 }); 380 + if (propsRef.current.listData) 381 + repRef.current?.mutate.assertFact({ 382 + entity: newEntityID, 383 + attribute: "block/is-list", 384 + data: { type: "boolean", value: true }, 385 + }); 380 386 return; 381 387 } 382 388 if (propsRef.current.listData) {