a tool for shared writing and social publishing
0
fork

Configure Feed

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

onPointerUp instead of Down

+1 -1
+1 -1
components/Blocks/TextBlock/index.tsx
··· 85 85 return ( 86 86 <div 87 87 className="h-full w-full absolute cursor-text group-focus-within:hidden" 88 - onPointerDown={(e) => { 88 + onPointerUp={(e) => { 89 89 e.preventDefault(); 90 90 focusBlock(props, { 91 91 type: "coord",