fix on unfocus
This commit is contained in:
parent
12db4943ee
commit
e3409b3aae
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ export default class ConsoleComponent {
|
|||
browser.runtime.sendMessage({
|
||||
type: messages.CONSOLE_ENTER_COMMAND,
|
||||
text: value,
|
||||
}).then(this.hideCommand);
|
||||
});
|
||||
this.hideCommand();
|
||||
} else if (state.mode === 'find') {
|
||||
this.hideCommand();
|
||||
window.top.postMessage(JSON.stringify({
|
||||
|
|
Reference in a new issue