Update src/Umbraco.Web.UI.Client/src/common/services/clipboard.service.js
This commit is contained in:
@@ -56,7 +56,7 @@ function clipboardService($window, notificationsService, eventsService, localSto
|
||||
/*
|
||||
// Concept for supporting Block that contains other Blocks.
|
||||
// Missing clarifications:
|
||||
// How do we ensure that the inner blocks of a block is supported in the new scenario. Not that likely but still relevant, so conciderations should be made.
|
||||
// How do we ensure that the inner blocks of a block is supported in the new scenario. Not that likely but still relevant, so considerations should be made.
|
||||
if(block.references) {
|
||||
// A Block clipboard entry can contain other Block Clipboard Entries, here we will make sure to resolve those identical to the main entry.
|
||||
for (var r = 0; r < block.references.length; r++) {
|
||||
|
||||
Reference in New Issue
Block a user