Remove debugger;
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
d3367834d0
commit
42c6818f95
1 changed files with 0 additions and 1 deletions
|
@ -373,7 +373,6 @@ export default class BasicMessageEditor extends React.Component {
|
||||||
// redo
|
// redo
|
||||||
} else if ((modKey && event.key === Key.Y) ||
|
} else if ((modKey && event.key === Key.Y) ||
|
||||||
(IS_MAC && event.shiftKey && event.key === Key.Z)) {
|
(IS_MAC && event.shiftKey && event.key === Key.Z)) {
|
||||||
debugger;
|
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue