MCPcopy Index your code
hub / github.com/Macuyiko/minecraft-python / resetValue

Function resetValue

ServerEditorWeb/ace/ace.js:1965–1971  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1963 }
1964
1965 function resetValue() {
1966 if (inComposition)
1967 return;
1968 text.value = PLACEHOLDER;
1969 if (useragent.isWebKit)
1970 syncValue.schedule();
1971 }
1972
1973 useragent.isWebKit || host.addEventListener('changeSelection', function() {
1974 if (host.selection.isEmpty() != isSelectionEmpty) {

Callers 5

TextInputFunction · 0.85
onPropertyChangeFunction · 0.85
onInputFunction · 0.85
doCopyFunction · 0.85
onCompositionEndFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected