From 1f897697509f6e736b4b9389b652a906854ff675 Mon Sep 17 00:00:00 2001 From: flisowna Date: Mon, 19 Dec 2022 19:35:33 +0300 Subject: [PATCH] geodata easter egg: debugging weird template reactivity issue for the bottom menu * state: simply string rendering of the reactive value works, but only at the top of the menu * doesn't work when used on the level of the menu-items (also not as a conditional variable) --- .../smartsheet/sidebar/MenuBottom.vue | 11 +- .../sidebar/toolbar/GeodataSwitcher.vue | 15 +- .../nc-gui/composables/useMapViewDataStore.ts | 4 + packages/nc-gui/package-lock.json | 41969 ++++++++-------- 4 files changed, 20933 insertions(+), 21066 deletions(-) diff --git a/packages/nc-gui/components/smartsheet/sidebar/MenuBottom.vue b/packages/nc-gui/components/smartsheet/sidebar/MenuBottom.vue index bcb0e0fe65..97c8dd8b78 100644 --- a/packages/nc-gui/components/smartsheet/sidebar/MenuBottom.vue +++ b/packages/nc-gui/components/smartsheet/sidebar/MenuBottom.vue @@ -1,6 +1,6 @@