Fix to use clear All Keys

This commit is contained in:
Gregoire Parant 2021-02-11 21:48:24 +01:00
parent 64cd07cc39
commit b92b7304b0
5 changed files with 9 additions and 5 deletions

View file

@ -61,7 +61,7 @@ export class DiscussionManager {
const inputMessage: HTMLInputElement = document.createElement('input');
inputMessage.onfocus = () => {
if(this.userInputManager) {
this.userInputManager.clearAllInputKeyboard();
this.userInputManager.clearAllKeys();
}
}
inputMessage.onblur = () => {