Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CatPtain
/
web_ppt
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
773dbcc
web_ppt
/
frontend
/
src
/
utils
/
selection.ts
CatPtain
Upload 339 files
89ce340
verified
2 months ago
raw
Copy download link
history
blame
Safe
147 Bytes
// 清除文å—选区
export
const
removeAllRanges
= (
) => {
const
selection =
window
.
getSelection
()
selection && selection.
removeAllRanges
()
}