a tool for shared writing and social publishing

always render interaction drawer

+10 -12
+10 -12
app/lish/[did]/[publication]/[rkey]/PostPages.tsx
··· 130 130 </div> 131 131 </PageWrapper> 132 132 133 - {drawerOpen && ( 134 - <InteractionDrawer 135 - document_uri={document.uri} 136 - comments={ 137 - pubRecord.preferences?.showComments === false 138 - ? [] 139 - : document.comments_on_documents 140 - } 141 - quotes={document.document_mentions_in_bsky} 142 - did={did} 143 - /> 144 - )} 133 + <InteractionDrawer 134 + document_uri={document.uri} 135 + comments={ 136 + pubRecord.preferences?.showComments === false 137 + ? [] 138 + : document.comments_on_documents 139 + } 140 + quotes={document.document_mentions_in_bsky} 141 + did={did} 142 + /> 145 143 146 144 {pages.map((p) => { 147 145 let page = record.pages.find(