oops
This commit is contained in:
@ -43,11 +43,6 @@ const unsubscribe = store.subscribe(() => {
|
||||
console.log(store.getState());
|
||||
});
|
||||
|
||||
document.onreadystatechange = function () {
|
||||
console.log("Ready state changed");
|
||||
console.log(document.readyState);
|
||||
}
|
||||
|
||||
//Start listening for key events
|
||||
Keyboard.register();
|
||||
|
||||
|
Reference in New Issue
Block a user