Fix add return statement
This commit is contained in:
parent
f32dce829c
commit
9ce5458331
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ export default class ConsoleComponent {
|
|||
break;
|
||||
case KeyboardEvent.DOM_VK_M:
|
||||
if (e.ctrlKey) {
|
||||
this.doEnter(e);
|
||||
return this.doEnter(e);
|
||||
}
|
||||
break;
|
||||
case KeyboardEvent.DOM_VK_DOWN:
|
||||
|
|
Reference in a new issue