Update GoogleSearchReplace.plugin.js
This commit is contained in:
parent
3f75ba22ed
commit
1a371385e9
|
@ -133,7 +133,7 @@ class GoogleSearchReplace {
|
|||
$(messageContextSubMenu)
|
||||
.on("click", ".GRS-item", (e2) => {
|
||||
instance._reactInternalFiber.return.memoizedProps.closeContextMenu();
|
||||
let engine = e2.target.getAttribute("engine");
|
||||
let engine = e2.currentTarget.getAttribute("engine");
|
||||
if (engine == "_all") {
|
||||
for (let key in engines) {
|
||||
if (key != "_all" && engines[key]) {
|
||||
|
|
Loading…
Reference in New Issue