Send downloaded models reponse only to top frame (#347)

This commit is contained in:
Abhishek Aggarwal 2022-05-26 00:45:42 +02:00 коммит произвёл GitHub
Родитель 3ad908bd19
Коммит b8ad5f6d50
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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