()
| 15308 | } |
| 15309 | |
| 15310 | function stopInteraction() { |
| 15311 | document.removeEventListener("click", handleMouseClick) |
| 15312 | document.removeEventListener("keydown", handleKeyPress) |
| 15313 | } |
| 15314 | |
| 15315 | function handleMouseClick(e) { |
| 15316 | if (e.target.matches("[data-key]")) { |
no outgoing calls
no test coverage detected