Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-03-16 23:57:31 +03:00
parent 16571ecfcb
commit b106e4c82f

View File

@ -2024,6 +2024,9 @@ var JournalActions = actions.Actions({
// action) or the bottom (actual data manipulation) levels... // action) or the bottom (actual data manipulation) levels...
// ...let the client action configure things??? // ...let the client action configure things???
// ...can we automate this -- marking nested actions??? // ...can we automate this -- marking nested actions???
// ...a way to indirectly go around this is to investigate/document
// the possibilities and conditions of undo usage providing
// appropriate API for all cases...
// XXX <action>.getUndoState(..) should be called for every action // XXX <action>.getUndoState(..) should be called for every action
// in chain??? // in chain???
// XXX should aliases support explicit undo??? (test) // XXX should aliases support explicit undo??? (test)