Send downloaded models reponse only to top frame (#347)
This commit is contained in:
Родитель
3ad908bd19
Коммит
b8ad5f6d50
|
@ -326,7 +326,8 @@ const messageListener = function(message, sender) {
|
|||
command: "responseDownloadLanguageModels",
|
||||
tabId: message.tabId,
|
||||
languageModels: models
|
||||
}
|
||||
},
|
||||
{ frameId: 0 }
|
||||
);
|
||||
} catch (error) {
|
||||
// eslint-disable-next-line no-use-before-define
|
||||
|
|
Загрузка…
Ссылка в новой задаче