Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-02-09 16:59:44 +03:00
parent 67e246e14a
commit b4eb5e3101

View File

@ -2086,6 +2086,9 @@ var JournalActions = actions.Actions({
// run action... // run action...
[e.action].apply(that, e.args) }) }], [e.action].apply(that, e.args) }) }],
// XXX would be a good idea to add arguments this this:
// <count> - number of actions to undo
// 'unsaved' - all actions till last save marker
// XXX needs very careful revision... // XXX needs very careful revision...
// - should this be thread safe??? (likely not) // - should this be thread safe??? (likely not)
// - should the undo action have side-effects on the // - should the undo action have side-effects on the