remove deprecated property in KeyboardEvent
This commit is contained in:
parent
eff8d9a83e
commit
5ac1f60ece
10 changed files with 32 additions and 87 deletions
|
@ -19,6 +19,7 @@ followStore.subscribe(() => {
|
|||
console.error(e);
|
||||
}
|
||||
});
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
const contentInputComponent = new ContentInputComponent(window);
|
||||
|
||||
consoleFrames.initialize(window.document);
|
||||
|
|
Reference in a new issue