-
We built a JBrowse page that can be visited worldwide, however we do not want to show the menu such as "FILE" "ADD" What should I do? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Currently there is no way to do this easily, but you could write a plugin that calls the "setMenus" function to be empty or just removes the File menu on the rootModel See jbrowse-components/products/jbrowse-web/src/rootModel.ts Lines 637 to 639 in 0cdf343 |
Beta Was this translation helpful? Give feedback.
-
Has your problem been solved? I have the same needs and haven't figured out how to implement it. I use it in vue and want to hide the 'FILE' and 'ADD' buttons in the menu. It would be appreciated if you can provide solutions. gratitude. |
Beta Was this translation helpful? Give feedback.
Currently there is no way to do this easily, but you could write a plugin that calls the "setMenus" function to be empty or just removes the File menu on the rootModel
See
jbrowse-components/products/jbrowse-web/src/rootModel.ts
Lines 637 to 639 in 0cdf343