Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ selectInput
Function
selectInput
external/.scrollLibs.js:634–636 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
632
}
633
634
var
selectInput =
function
(node) {
635
node.select()
636
}
637
if
(ios) {
638
// Mobile Safari apparently has a bug where select() is broken.
639
selectInput =
function
(node) {
Callers
3
onCopyCut
Function · 0.85
prepareCopyCut
Function · 0.85
.scrollLibs.js
File · 0.85
Calls
1
select
Method · 0.80
Tested by
no test coverage detected