MCPcopy Create free account
hub / github.com/breck7/scroll / findStumpParticleByChild

Method findStumpParticleByChild

external/.scrollLibs.js:22854–22856  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

22852 return ["input", "textarea"].includes(this.getTag()) || this.get("contenteditable") === "true"
22853 }
22854 findStumpParticleByChild(line) {
22855 return this.findStumpParticlesByChild(line)[0]
22856 }
22857 findStumpParticleByChildString(line) {
22858 return this.topDownArray.find(particle =>
22859 particle

Callers 2

dragleaveHandlerMethod · 0.80
dropHandlerMethod · 0.80

Calls 1

Tested by

no test coverage detected