Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
pandaall
/
ragflow
like
0
Dataset card
Files
Files and versions
xet
Community
main
ragflow
/
ragflow-main
/
web
/
src
/
utils
/
dom-util.ts
pandaall
Upload 1223 files
ec730cc
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
106 Bytes
export
const
scrollToBottom
= (
element: HTMLElement
) => {
element.
scrollTo
(
0
, element.
scrollHeight
);
};