Browse Source

fix(nc-gui): sidebar width issue (#8570)

pull/8573/head
Chavy 1 month ago committed by GitHub
parent
commit
c023e9955a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/nc-gui/components/dashboard/View.vue

1
packages/nc-gui/components/dashboard/View.vue

@ -173,6 +173,7 @@ const normalizedWidth = computed(() => {
:class="{
'hide-resize-bar': !isLeftSidebarOpen || sidebarState === 'openStart',
}"
@ready="() => onWindowResize()"
@resize="(event: any) => onResize(event[0].size)"
>
<Pane

Loading…
Cancel
Save