this repo has no description
0
fork

Configure Feed

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

Disable hotkeys in quote posts

+1 -1
+1 -1
src/components/status.jsx
··· 1025 1025 }, 1026 1026 ); 1027 1027 1028 - const hotkeysEnabled = !readOnly && !previewMode; 1028 + const hotkeysEnabled = !readOnly && !previewMode && !quoted; 1029 1029 const rRef = useHotkeys('r, shift+r', replyStatus, { 1030 1030 enabled: hotkeysEnabled, 1031 1031 });