1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

Remove debugger;

Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
Aaron Raimist
2020-02-21 21:59:43 -06:00
parent d3367834d0
commit 42c6818f95

View File

@@ -373,7 +373,6 @@ export default class BasicMessageEditor extends React.Component {
// redo
} else if ((modKey && event.key === Key.Y) ||
(IS_MAC && event.shiftKey && event.key === Key.Z)) {
debugger;
if (this.historyManager.canRedo()) {
const {parts, caret} = this.historyManager.redo();
// pass matching inputType so historyManager doesn't push echo