FpabloAyala / board-brush

0 stars 0 forks source link

Painting and Erasing #3

Open jeffreyliu1220 opened 1 year ago

FpabloAyala commented 1 year ago

Made some progress. In theory the code correctly changes the board array so that the clicked cell will have its color property changed, but for some reason the update isn't being rendered even though the cell's property reflects the change.

FpabloAyala commented 1 year ago

Ok, now painting mostly works. There is a bug where sometimes the last 5 or so spaces in the grid don't change on the first click, but if you come back around to them it works.