Improve the solution

This commit is contained in:
Ryan Sobol 2016-11-11 15:51:13 -08:00 committed by Brent Gardner
parent cecb8d1f40
commit f298427ab8

View File

@ -17,7 +17,9 @@ const drawCanvas = function() {
return;
}
if (brushClass) {
event.target.classList.add(brushClass);
}
});
}