diff --git a/src/components/status.jsx b/src/components/status.jsx index 69787536..df509368 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -1025,7 +1025,7 @@ function Status({ }, ); - const hotkeysEnabled = !readOnly && !previewMode; + const hotkeysEnabled = !readOnly && !previewMode && !quoted; const rRef = useHotkeys('r, shift+r', replyStatus, { enabled: hotkeysEnabled, });