add test task
This commit is contained in:
parent
b9fe3343fc
commit
7f64413cc9
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ import * as actions from '../shared/actions';
|
|||
import * as tabs from './tabs';
|
||||
import KeyQueue from './key-queue';
|
||||
|
||||
const queue = new KeyQueue(KeyQueue.DEFAULT_KEYMAP);
|
||||
const queue = new KeyQueue();
|
||||
|
||||
const keyDownHandle = (request) => {
|
||||
return queue.push({
|
||||
|
|
Reference in a new issue