a tool for shared writing and social publishing
0
fork

Configure Feed

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

add touch-action none to mobile footer

+1 -1
+1 -1
components/MobileFooter.tsx
··· 8 8 let focusedBlock = useUIState((s) => s.focusedBlock); 9 9 10 10 return ( 11 - <Media mobile className="w-full z-10 -mt-6"> 11 + <Media mobile className="w-full z-10 -mt-6 touch-none"> 12 12 {focusedBlock && focusedBlock.type == "block" ? ( 13 13 <div className="w-full z-10 p-2 flex bg-bg-card "> 14 14 <TextToolbar