a tool for shared writing and social publishing
0
fork

Configure Feed

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

don't set entityID in component body

+1 -1
+1 -1
components/Blocks/index.tsx
··· 229 229 lastVisibleBlock: Block | undefined; 230 230 entityID: string; 231 231 }) => { 232 - let newEntityID = v7(); 233 232 let { rep } = useReplicache(); 234 233 let entity_set = useEntitySetContext(); 235 234 ··· 238 237 <div 239 238 className="blockListClickableBottomArea shrink-0 h-[50vh]" 240 239 onClick={() => { 240 + let newEntityID = v7(); 241 241 if ( 242 242 // if the last visible(not-folded) block is a text block, focus it 243 243 props.lastRootBlock &&