a tool for shared writing and social publishing
0
fork

Configure Feed

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

nullish coalescing operator to handle 0 offset

+1 -1
+1 -1
app/lish/[did]/[publication]/[rkey]/TextBlock.tsx
··· 26 26 ).length 27 27 : 0, 28 28 byteEnd: new UnicodeString( 29 - props.plaintext.slice(0, highlight.endOffset || undefined), 29 + props.plaintext.slice(0, highlight.endOffset ?? undefined), 30 30 ).length, 31 31 }, 32 32 features: [