Copy the component

There are two things to think of when implementing this -

  1. If you copy a visible component, where should it be placed? Should it be like Ctrl-C & Ctrl-V? (i.e., you explicitly have to select the region where you want to clone the component to)

  2. If you clone an arrangement, do you want to clone all of it children also (and children of children) i.e., deep cloning?

2 Likes