GMOD / jbrowse-components

Source code for JBrowse 2, a modern React-based genome browser
https://jbrowse.org/jb2
Apache License 2.0
208 stars 62 forks source link

Fix the ability to sort menu items by priority for CascadingMenu #4554

Closed cmdcolin closed 2 months ago

cmdcolin commented 2 months ago

The @jbrowse/core/ui/Menu has a function for sorting menu items by a priority attribute. The code for doing the same thing for @jbrowse/core/ui/CascadingMenu was missing though. This PR