fix: 修复侧边栏拖动条在网页界面区域失效的问题

This commit is contained in:
2026-03-11 22:11:27 +08:00
parent 1b80fd036d
commit 04fc326a8d
2 changed files with 3 additions and 2 deletions

View File

@@ -34,5 +34,5 @@ export const useSidebarResize = (initialWidth: number = 250) => {
}
}, [isResizing])
return { sidebarWidth, startResizing }
return { sidebarWidth, startResizing, isResizing }
}