## Scenario As a course author viewing the children of a Container block in the new React-based Unit editor, I want to duplicate an existing child block. <img width="804" height="458" alt="Image" src="https://github.com/user-attachments/assets/e5b9bba7-d00d-4028-a5db-ca2208c15f02" /> ### Actual The other children disappear, and the duplicated block's editor is constrained to a tiny window. It does successfully duplicate the block, though. <img width="804" height="254" alt="Image" src="https://github.com/user-attachments/assets/6b971ce2-94cb-46a4-b291-72f630ab41fc" /> ### Expected Any of these: * Editor should pop up over existing children * Editor should be inline with existing children * Duplicate should just pop in line with existing children, and author can then choose to edit it