aysjajohnson / ARC

Apache License 2.0
0 stars 0 forks source link

modify behavior of reset grid #7

Closed wkvong closed 4 years ago

wkvong commented 4 years ago

currently, the reset button turns all grid cells back to black, but the size of the current grid is preserved. in the original ARC interface, reset will resize the grid back to 3x3 too, and we should probably keep this consistent.

however, reset grid retains the current colour and probably keeps the contents of the clipboard, and I'm wondering if we should also "reset" those aspects of the state, so that it is as if the user just entered the beginning of the task again.

aysjajohnson commented 4 years ago

I made it so reset sets the tool selector back to edit and the color to black, very easy to change back it we want