Update GoogleTranslateOption.plugin.js

This commit is contained in:
Mirco Wittrien 2019-01-13 22:29:17 +01:00
parent 2fb134165d
commit 2c3c17cfb9
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ class GoogleTranslateOption {
};
document.addEventListener("mousedown", removePopout);
BDFDB.initElements(translatepopout);
BDFDB.initElements(translatepopout, this);
}
openDropdownMenu (selector, e) {