You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-16 06:42:26 +03:00
@@ -372,7 +372,7 @@ export default class BasicMessageEditor extends React.Component {
|
|||||||
handled = true;
|
handled = true;
|
||||||
// redo
|
// redo
|
||||||
} else if ((!IS_MAC && modKey && event.key === Key.Y) ||
|
} else if ((!IS_MAC && modKey && event.key === Key.Y) ||
|
||||||
(IS_MAC && modkey && event.shiftKey && event.key === Key.Z)) {
|
(IS_MAC && modKey && event.shiftKey && event.key === Key.Z)) {
|
||||||
if (this.historyManager.canRedo()) {
|
if (this.historyManager.canRedo()) {
|
||||||
const {parts, caret} = this.historyManager.redo();
|
const {parts, caret} = this.historyManager.redo();
|
||||||
// pass matching inputType so historyManager doesn't push echo
|
// pass matching inputType so historyManager doesn't push echo
|
||||||
|
|||||||
Reference in New Issue
Block a user