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); }