From 99441789d80268a1e91c341d7aa63408b272e8d5 Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Mon, 2 Nov 2020 13:30:02 +0000 Subject: [PATCH] Update src/Umbraco.Web.UI.Client/src/common/services/clipboard.service.js --- .../src/common/services/clipboard.service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/common/services/clipboard.service.js b/src/Umbraco.Web.UI.Client/src/common/services/clipboard.service.js index 862f58507d..83fd3d08c2 100644 --- a/src/Umbraco.Web.UI.Client/src/common/services/clipboard.service.js +++ b/src/Umbraco.Web.UI.Client/src/common/services/clipboard.service.js @@ -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++) {