this repo has no description
0
fork

Configure Feed

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

Fix set focus on status, make status itself scroll unwillingly

+2 -1
+2 -1
src/components/status.jsx
··· 719 719 direction="right" 720 720 onClose={() => { 721 721 setIsContextMenuOpen(false); 722 - statusRef.current?.focus?.(); 722 + // statusRef.current?.focus?.(); 723 + statusRef.current?.closest('[tabindex]')?.focus?.(); 723 724 }} 724 725 portal={{ 725 726 target: document.body,