From 2c6ae25c732f031a51198f8e72fd00f55380f0f2 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 19 May 2020 22:25:32 +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 973888ef74..c7a9e0a896 100644 --- a/Plugins/GoogleSearchReplace/GoogleSearchReplace.plugin.js +++ b/Plugins/GoogleSearchReplace/GoogleSearchReplace.plugin.js @@ -6,7 +6,7 @@ var GoogleSearchReplace = (_ => { return class GoogleSearchReplace { getName () {return "GoogleSearchReplace";} - getVersion () {return "1.2.6";} + getVersion () {return "1.2.7";} getAuthor () {return "DevilBro";} @@ -164,7 +164,7 @@ var GoogleSearchReplace = (_ => { })); children.splice(index, 1, BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.MenuItems.MenuItem, { label: this.labels.context_googlesearchreplace_text, - id: BDFDB.ContextMenuUtils.createItemId(this.name, "submenu-search"), + id: children[index].props.id, children: items })); }