feat(map): context menu
In useOlMapListener
I've added listener for context menu. If user click on map with right button, context menu will appear. in onMapRightClick
util, we are searching is there any matching bioEntity. If there is, we save it's id and we are looking for UniProtID.
Test file for ContextMenu.component
will be added in next PR.
Edited by Mateusz Bolewski