MCPcopy Index your code
hub / github.com/WebDevSimplified/wordle-clone / stopInteraction

Function stopInteraction

script.js:15310–15313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

submitGuessFunction · 0.85
checkWinLoseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected