标签: modal-dialog react-hooks react-bootstrap
使用React Bootstrap模态,我正在使用与此等效的代码:
window.scrollTo({ behavior: 'smooth', top: 0 });
还没有滚动发生。
我实际上正在使用useRef实例(例如companyNameRef.current.offsetTop),但是将上面的代码简化为offsetTop的值。我尝试了两种情况,但都没有执行滚动。
useRef
companyNameRef.current.offsetTop
offsetTop
有什么办法解决这个问题吗?