Finish sidebar in ToolsFramework

This commit is contained in:
2023-10-14 01:09:02 +08:00
parent fdc2135ce2
commit 507ed1eb9a
5 changed files with 27 additions and 19 deletions

View File

@@ -446,6 +446,7 @@ const HideScrollbar = forwardRef<HideScrollbarElement, HideScrollbarProps>((prop
window.removeEventListener('resize', windowResizeListener)
}
}, [
animationTransitionTime,
horizontalScrollbarLength,
isPreventAnyScroll,
isPreventHorizontalScroll,