Hello,

What is the best way to implement a undo stack for multiple items?

I looked at the undo example, but it only deals with one object.

If I select two objects and move it, What is the best way to group move/unmove those items? Or do I need to move them individually?