pull/2781/head
yann300 2 years ago committed by Aniket
parent db50c1fbd7
commit 5005fff1e0
  1. 2
      libs/remix-ui/app/src/lib/remix-app/components/dragbar/dragbar.tsx

@ -20,7 +20,7 @@ const DragBar = (props: IRemixDragBarUi) => {
useEffect(() => {
setDragBarPosX(offset + (props.hidden ? 0 : props.refObject.current.offsetWidth))
}, [props.hidden, offset, props.resizeTo])
}, [props.hidden, offset])
useEffect(() => {
initialWidth.current = props.refObject.current.clientWidth

Loading…
Cancel
Save