- Issue created by @Harlor
The block entity has a method
createDuplicate()
The core logic duplicates the block content entity itself but references the same paragraph in the duplicate. This makes the paragraph block duplicate behave oddly because all changes to the duplicate will affect the original paragraph block and vise versa.
Duplicate the paragraph entity on createDuplicate.
Active
2.0
Code