Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammednumaan committed Feb 15, 2024
1 parent 78cb4ac commit 126df1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ function sketchHandler(){
addColorToCell(e.target, inkMode)

sketchBoard.addEventListener('mouseover', highlightCallback)
window.addEventListener('mouseup', clearHighlightCallback);
})

// detaching the mouseover events to prevent unnecessary sketch-cell coloring
Expand Down

0 comments on commit 126df1d

Please sign in to comment.