chicory-pizza / chicory-data

Modding tools for Chicory: A Colorful Tale, such as level viewer and editor
https://data.chicory.pizza
Mozilla Public License 2.0
5 stars 2 forks source link

Internal: Preview change to world data context without commiting it #84

Open ngyikp opened 1 year ago

ngyikp commented 1 year ago

useUndoRedoReducer makes a new undo state every time there's a new edit, this is usually desirable except for inputs that rapidly sends events (color/range) which causes lots of undo states to be created

ngyikp commented 1 year ago

Thinking about this more, maybe a draft solution that is already in use at the drawdog maker menus makes more sense than hacking the undo/redo reducer itself