Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-02-22 02:15:37 +03:00
parent 09b48e1d0b
commit e7b0c67ef1

View File

@ -2104,6 +2104,8 @@ var JournalActions = actions.Actions({
// - should this be thread safe??? (likely not) // - should this be thread safe??? (likely not)
// - revise actions... // - revise actions...
// XXX how do we handle nested action calls?? // XXX how do we handle nested action calls??
// Example:
// .toggleMark(..) -> .tag(..)
// XXX should we stop at non-undoable actions??? // XXX should we stop at non-undoable actions???
// ...intuitively, yes, as undoing past these may result in an // ...intuitively, yes, as undoing past these may result in an
// inconsistent state... // inconsistent state...