Update ImageUtilities.plugin.js

This commit is contained in:
Mirco Wittrien 2023-09-11 17:11:26 +02:00
parent aa80802882
commit 7ac08c8b51
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* @name ImageUtilities
* @author DevilBro
* @authorId 278543574059057154
* @version 5.2.7
* @version 5.2.8
* @description Adds several Utilities for Images/Videos (Gallery, Download, Reverse Search, Zoom, Copy, etc.)
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -764,7 +764,6 @@ module.exports = (_ => {
if (nativeIndex > -1) {
if (validUrls.length == 1) config.isNative = true;
nativeParent.splice(nativeIndex, 1);
nativeIndex -= 1;
}
for (let id of ["open-native-link", "copy-image", "save-image"]) {
let [removeParent, removeIndex] = BDFDB.ContextMenuUtils.findItem(e.returnvalue, {id: id, group: true});