this repo has no description
0
fork

Configure Feed

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

Use onClose for this

+2 -4
+2 -4
src/components/compose.jsx
··· 2316 2316 </div> 2317 2317 {showModal && ( 2318 2318 <Modal 2319 - onClick={(e) => { 2320 - if (e.target === e.currentTarget) { 2321 - setShowModal(false); 2322 - } 2319 + onClose={() => { 2320 + setShowModal(false); 2323 2321 }} 2324 2322 > 2325 2323 <div id="media-sheet" class="sheet sheet-max">