So the issue: I drop a some items into an editor area it creates an undo grouping...under the covers, as the whole process of dropping the items is actually a collection of tasks. If I then delete the tasks, I am given an option to undo the delete.
If I do this undo I get an error in the console: _endUndoGroupRemovingIfEmpty:: NSUndoManager 0x343f5a0 is in invalid state, endUndoGrouping called with no matching begin
It does return all the items back into the view, however... from this point my undo stack are messed up and dont do things right. REDO doesn't even work from this point on.
I have also tried this with only deleting one item out of the workflow... and then undoing the delete... the error is still thrown.
So two issues: 1. why is the error happening. 2. why does my redo not function correctlty, aka at all?
Thanks for any help