Update GoogleSearchReplace.plugin.js

This commit is contained in:
Mirco Wittrien 2022-10-20 11:34:41 +02:00
parent be1d73c3f0
commit adb119c28a
1 changed files with 2 additions and 2 deletions

View File

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