Skip to content

Commit

Permalink
Add divider
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jan 28, 2025
1 parent 9293352 commit 19d592b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/web-core/src/BaseWebSession/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ export function BaseWebSession({
},
icon: CopyIcon,
},
{ type: 'divider' },
]
},

Expand Down
1 change: 1 addition & 0 deletions products/jbrowse-desktop/src/sessionModel/TrackMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export function DesktopSessionTrackMenuMixin(_pluginManager: PluginManager) {
},
]
: []),
{ type: 'divider' },
]
},
}))
Expand Down

0 comments on commit 19d592b

Please sign in to comment.