Skip to content

Commit

Permalink
geosolutions-it#9310 Annotation not works with sideBarmenu (geosoluti…
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudadel54 authored Sep 14, 2023
1 parent 69168a9 commit b5f99f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion web/client/configs/pluginsConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"title": "plugins.Annotations.title",
"description": "plugins.Annotations.description",
"dependencies": [
"SidebarMenu"
"TOC"
]
},
{
Expand Down
10 changes: 0 additions & 10 deletions web/client/plugins/Annotations.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -354,16 +354,6 @@ export default createPlugin('Annotations', {
}
return false;
})
},
BurgerMenu: {
name: 'annotations',
position: 40,
text: <Message msgId="annotationsbutton"/>,
tooltip: "annotations.tooltip",
icon: <Glyphicon glyph="comment"/>,
action: conditionalToggle,
priority: 2,
doNotHide: true
}
},
reducers: {
Expand Down

0 comments on commit b5f99f6

Please sign in to comment.