()
| 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") { |
no outgoing calls
no test coverage detected