From f0499ef1999c1982614cb501247c648d9b22afb5 Mon Sep 17 00:00:00 2001 From: Iris Hoffmeyer Date: Wed, 17 Jul 2024 19:59:50 -0400 Subject: [PATCH] Remove selections when unloading project Also make sure the project menu is set to false so it can't get into a bad state if the modal is closed by loadProject. --- components/viewer/modal/ViewProjectMenu.vue | 3 +++ composables/store/project.ts | 1 + 2 files changed, 4 insertions(+) diff --git a/components/viewer/modal/ViewProjectMenu.vue b/components/viewer/modal/ViewProjectMenu.vue index c4ba5d8..b01b1a1 100644 --- a/components/viewer/modal/ViewProjectMenu.vue +++ b/components/viewer/modal/ViewProjectMenu.vue @@ -36,6 +36,7 @@