Browse Source

fix: hide sidebar issue

pull/9799/head
DarkPhoenix2704 1 week ago
parent
commit
62332bb804
  1. 2
      packages/nc-gui/components/smartsheet/Gallery.vue

2
packages/nc-gui/components/smartsheet/Gallery.vue

@ -337,7 +337,7 @@ const placeholderAboveHeight = computed(() => {
const { width, height } = useWindowSize()
watch(
[() => width.value, () => height.value, () => columnsPerRow.value],
[() => width.value, () => height.value, () => columnsPerRow.value, () => scrollContainerWidth.value],
() => {
calculateSlices()
},

Loading…
Cancel
Save