Disable hotkeys in quote posts
This commit is contained in:
parent
2240380f68
commit
6500be2782
|
@ -1025,7 +1025,7 @@ function Status({
|
|||
},
|
||||
);
|
||||
|
||||
const hotkeysEnabled = !readOnly && !previewMode;
|
||||
const hotkeysEnabled = !readOnly && !previewMode && !quoted;
|
||||
const rRef = useHotkeys('r, shift+r', replyStatus, {
|
||||
enabled: hotkeysEnabled,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue