From 016f883ee39715c5a0318cdaea5f4cb66172925e Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Mon, 2 Nov 2020 13:29:27 +0000 Subject: [PATCH] Update src/Umbraco.Web.UI.Client/src/common/services/clipboard.service.js --- .../src/common/services/clipboard.service.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 0da1867cbd..862f58507d 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 @@ -55,7 +55,7 @@ function clipboardService($window, notificationsService, eventsService, localSto /* // Concept for supporting Block that contains other Blocks. - // Missing clearifications: + // 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. 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. @@ -479,4 +479,3 @@ function clipboardService($window, notificationsService, eventsService, localSto angular.module("umbraco.services").factory("clipboardService", clipboardService); -