a tool for shared writing and social publishing

make quotehandler work on canvas

+1 -1
+1 -1
app/lish/[did]/[publication]/[rkey]/CanvasPage.tsx
··· 104 104 let height = blocks.length > 0 ? Math.max(...blocks.map((b) => b.y), 0) : 0; 105 105 106 106 return ( 107 - <div className="canvasWrapper h-full w-fit overflow-y-scroll"> 107 + <div className="canvasWrapper h-full w-fit overflow-y-scroll postContent"> 108 108 <div 109 109 style={{ 110 110 minHeight: height + 512,