fix: 修复侧边栏拖动条在网页界面区域失效的问题
This commit is contained in:
@@ -34,5 +34,5 @@ export const useSidebarResize = (initialWidth: number = 250) => {
|
||||
}
|
||||
}, [isResizing])
|
||||
|
||||
return { sidebarWidth, startResizing }
|
||||
return { sidebarWidth, startResizing, isResizing }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user