Swap "Layer" and "Document" menu bar entries

This commit is contained in:
Keavon Chambers 2021-07-24 01:54:27 -07:00
parent 5ba8db1d76
commit dca84742ca
1 changed files with 5 additions and 5 deletions

View File

@ -114,11 +114,6 @@ const menuEntries: MenuListEntries = [
],
],
},
{
label: "Document",
ref: undefined,
children: [[{ label: "Menu not yet populated" }]],
},
{
label: "Layer",
ref: undefined,
@ -140,6 +135,11 @@ const menuEntries: MenuListEntries = [
],
],
},
{
label: "Document",
ref: undefined,
children: [[{ label: "Menu not yet populated" }]],
},
{
label: "View",
ref: undefined,