We often need to copy paste an element several times: Divs, or list items…
So I hit CMD+C, and then CMD+V several times to duplicate.
We used to be able to just do this a number of times, fast and easy. Now if we do it, the element will not duplicate but rather do it once, and then paste it into itself (which is often impossible)
You’ve got to copy, then manually select the parent container, then paste. The annoying thing is that they will then paste at the end, instead of in place, so if you’ve got a long list of things in the parent container you’re gonna have a bad time.
We were able to speak with the engineers and noted that copying and pasting a node on the canvas using the keyboard shortcuts should create siblings of the originally copied node, and not children.
At the moment, they are looking into this regression to find a solution, though I do not have a timeline
Currently, the workaround would be to select the parent of the copied node, and then paste — this will create only siblings of the copied node: Screen Recording 2018-10-26...