when you click on one colour and then another colour quite quickly, it changes your brush colour to the second color you clicked, then after a small delay goes back to the first colour
netnote:
- color 1 pick
- tell server about this
- color 2 pick
- tell server about this
- server uses gql to send back results of color 1 pick
- gql auto updates the structure in memory to color 1 results
- tell server we've changed locally from color2 -> color1
- ???
when you click on one colour and then another colour quite quickly, it changes your brush colour to the second color you clicked, then after a small delay goes back to the first colour
netnote: