Skip to content
Snippets Groups Projects
Commit 7d76f786 authored by Jessie Keck's avatar Jessie Keck Committed by Chris Beer
Browse files

Add a divider to the "List all open windows" menu item

parent 48cf3e96
Branches
Tags
No related merge requests found
......@@ -107,6 +107,7 @@ export class WorkspaceMenu extends Component {
>
<MenuItem
aria-haspopup="true"
divider
onClick={(e) => { this.handleMenuItemClick('windowList', e); handleClose(e); }}
aria-owns={windowList.anchorEl ? 'window-list-menu' : undefined}
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment