Closed ey6es closed 6 years ago
Currently, the tool options are only stored in React state, which means they are reset to defaults between sessions and when switching in and out of resource edit mode. We should store them along with the preferences and save them periodically.
Also, we should share the options between tools. If you're going to draw pink lines, you're probably also going to want to draw pink curves.
Currently, the tool options are only stored in React state, which means they are reset to defaults between sessions and when switching in and out of resource edit mode. We should store them along with the preferences and save them periodically.