MCPcopy Index your code
hub / github.com/cifertech/DisplayKit / cancel

Function cancel

app.js:4931–4934  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4929 pushHistory();
4930 };
4931 const cancel = () => {
4932 node.removeChild(input);
4933 node.textContent = prevText;
4934 };
4935
4936 input.addEventListener("keydown", (e) => {
4937 if (e.key === "Enter") {

Callers 1

beginInlineTextEditFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected