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

Function onInput

ServerEditorWeb/ace/ace.js:2084–2090  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

2082 afterContextMenu = false;
2083 };
2084 var onInput = function(e) {
2085 if (inComposition)
2086 return;
2087 var data = text.value;
2088 sendText(data);
2089 resetValue();
2090 };
2091
2092 var handleClipboardData = function(e, data) {
2093 var clipboardData = e.clipboardData || window.clipboardData;

Callers

nothing calls this directly

Calls 2

sendTextFunction · 0.85
resetValueFunction · 0.85

Tested by

no test coverage detected