this repo has no description
0
fork

Configure Feed

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

Fix escape key not working on Safari

+2
+2
src/components/compose.jsx
··· 367 367 }, 368 368 { 369 369 enableOnFormTags: true, 370 + // Use keyup because Esc keydown will close the confirm dialog on Safari 371 + keyup: true, 370 372 }, 371 373 ); 372 374