Fix #7: persist undo and redo results immediately
This commit is contained in:
parent
68a9696e7d
commit
89b37239b2
4 changed files with 149 additions and 22 deletions
|
|
@ -74,8 +74,6 @@ sorting, DNS refresh, movement, undo, and redo.
|
|||
|
||||
## Safety and known limitations
|
||||
|
||||
- Most successful mutations save immediately, but undo and redo currently
|
||||
change only the in-memory state until another save occurs.
|
||||
- Reloading discards unsaved in-memory state.
|
||||
- Sorting currently reorders the in-memory model; a later save can write that
|
||||
order to `/etc/hosts`. Treat sorting as unsafe before another mutation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue