mirror of
https://github.com/wassname/talk.git
synced 2026-07-23 13:10:20 +08:00
Changing moderation keys: d approve and f reject
This commit is contained in:
@@ -31,8 +31,8 @@ export default class Moderation extends Component {
|
||||
key('esc', () => toggleModal(false));
|
||||
key('j', this.select(true));
|
||||
key('k', this.select(false));
|
||||
key('r', this.moderate(false));
|
||||
key('t', this.moderate(true));
|
||||
key('f', this.moderate(false));
|
||||
key('d', this.moderate(true));
|
||||
}
|
||||
|
||||
onClose = () => {
|
||||
|
||||
Reference in New Issue
Block a user