minor cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-03-17 21:48:33 +03:00
parent b106e4c82f
commit 1a5c385946

View File

@ -2175,15 +2175,6 @@ var JournalActions = actions.Actions({
// run action...
[e.action].apply(that, e.args) }) }],
// XXX handle .nested undo actions...
// ...either automatically or allow the client to recursively
// call the undo handler for them...
// XXX how do we handle nested action calls??
// Example:
// .toggleMark(..) -> .tag(..)
// ...one way to do this is to group all the nested calls and
// undo them as one unit, this should also be controllable by
// the root action...
// XXX needs very careful revision...
// - should this be thread safe??? (likely not)
// - revise actions...