Update TopRoleEverywhere.plugin.js

This commit is contained in:
Mirco Wittrien 2020-05-20 10:10:54 +02:00
parent 9f9ccf1f2f
commit 1bcab0d5ae
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ var TopRoleEverywhere = (_ => {
return class TopRoleEverywhere {
getName () {return "TopRoleEverywhere";}
getVersion () {return "3.0.1";}
getVersion () {return "3.0.2";}
getAuthor () {return "DevilBro";}
@ -221,7 +221,7 @@ var TopRoleEverywhere = (_ => {
openRoleContextMenu (e, role) {
BDFDB.LibraryModules.ContextMenuUtils.openContextMenu(e, function (e) {
return BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.ContextMenus.DeveloperContextMenu, Object.assign({}, e, {id: role.id}));
return BDFDB.ReactUtils.createElement(BDFDB.ModuleUtils.findByName("DeveloperContextMenu"), Object.assign({}, e, {id: role.id}));
});
}