MCPcopy 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

onCopyCutFunction · 0.85
prepareCopyCutFunction · 0.85
.scrollLibs.jsFile · 0.85

Calls 1

selectMethod · 0.80

Tested by

no test coverage detected