Update ReverseImageSearch.plugin.js

This commit is contained in:
Mirco Wittrien 2019-10-05 17:48:33 +02:00
parent 76960c8d47
commit 3d03620dc5
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ class ReverseImageSearch {
for (let key in engines) if (engines[key]) items.push(BDFDB.React.createElement(BDFDB.LibraryComponents.ContextMenuItem, {
label: this.defaults.engines[key].name,
className: `BDFDB-contextMenuItem ${this.name}-contextMenuItem ${this.name}-engine-contextMenuItem`,
danger: key == "_all",
action: e => {
if (!e.shiftKey) BDFDB.closeContextMenu(menu);
if (key == "_all") {