mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b106e4c82f
commit
1a5c385946
@ -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...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user