mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 07:11:15 +03:00
Disable hotkeys in quote posts
This commit is contained in:
parent
2240380f68
commit
6500be2782
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue