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

Function clearPlaceholder

external/.scrollLibs.js:13325–13330  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

13323 })
13324
13325 function clearPlaceholder(cm) {
13326 if (cm.state.placeholder) {
13327 cm.state.placeholder.parentNode.removeChild(cm.state.placeholder)
13328 cm.state.placeholder = null
13329 }
13330 }
13331 function setPlaceholder(cm) {
13332 clearPlaceholder(cm)
13333 var elt = (cm.state.placeholder = document.createElement("pre"))

Callers 4

.scrollLibs.jsFile · 0.85
setPlaceholderFunction · 0.85
onCompositionFunction · 0.85
onChangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected