Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
retopara
/
ragflow
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ragflow
/
web
/
src
/
utils
/
dom-util.ts
balibabu
fix: Set the default value of Self RAG to false #1220 (#1702)
e08f767
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
106 Bytes
export
const
scrollToBottom
= (
element: HTMLElement
) => {
element.
scrollTo
(
0
, element.
scrollHeight
);
};