From adb119c28a1c8980868ccd55863559ac98ff6784 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Thu, 20 Oct 2022 11:34:41 +0200 Subject: [PATCH] Update GoogleSearchReplace.plugin.js --- Plugins/GoogleSearchReplace/GoogleSearchReplace.plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/GoogleSearchReplace/GoogleSearchReplace.plugin.js b/Plugins/GoogleSearchReplace/GoogleSearchReplace.plugin.js index b82dc45aa8..1c1a399465 100644 --- a/Plugins/GoogleSearchReplace/GoogleSearchReplace.plugin.js +++ b/Plugins/GoogleSearchReplace/GoogleSearchReplace.plugin.js @@ -2,7 +2,7 @@ * @name GoogleSearchReplace * @author DevilBro * @authorId 278543574059057154 - * @version 1.3.3 + * @version 1.3.4 * @description Replaces the default Google Text Search with a custom Search Engine * @invite Jx3TjNS * @donate https://www.paypal.me/MircoWittrien @@ -126,7 +126,7 @@ module.exports = (_ => { this.injectItem(e); } - onNativeContextMenu (e) { + onTextAreaContextMenu (e) { this.injectItem(e); }