From dca84742ca4605024cc841f62b20db3a6d9cc870 Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Sat, 24 Jul 2021 01:54:27 -0700 Subject: [PATCH] Swap "Layer" and "Document" menu bar entries --- .../web/src/components/widgets/inputs/MenuBarInput.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/web/src/components/widgets/inputs/MenuBarInput.vue b/client/web/src/components/widgets/inputs/MenuBarInput.vue index 631e42eb..743bac3c 100644 --- a/client/web/src/components/widgets/inputs/MenuBarInput.vue +++ b/client/web/src/components/widgets/inputs/MenuBarInput.vue @@ -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,