fixed web extension focus

This commit is contained in:
antelle 2021-04-27 19:38:27 +02:00
parent e4693ecf61
commit 12fc33a15e
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ const BrowserExtensionConnector = {
},
sendEvent(data) {
if (!this.enabled) {
if (!this.isEnabled()) {
return;
}
if (Launcher) {