Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zxsipola123456
/
ragflow
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1d3726d
ragflow
/
web
/
src
/
utils
/
dom-util.ts
zxsipola123456
Upload 769 files
ab2ded1
verified
6 months ago
raw
Copy download link
history
blame
Safe
106 Bytes
export
const
scrollToBottom
= (
element: HTMLElement
) => {
element.
scrollTo
(
0
, element.
scrollHeight
);
};