From b8731b2a4010cb49fa9b63bc97894bbe589a5169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Wed, 2 Aug 2023 11:24:33 +0200 Subject: [PATCH] note on media helper server. --- .../src/shared/utils/media-helper.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web.UI.Client/src/shared/utils/media-helper.service.ts b/src/Umbraco.Web.UI.Client/src/shared/utils/media-helper.service.ts index 77a0ef6b26..1e7ea8f109 100644 --- a/src/Umbraco.Web.UI.Client/src/shared/utils/media-helper.service.ts +++ b/src/Umbraco.Web.UI.Client/src/shared/utils/media-helper.service.ts @@ -1,5 +1,6 @@ // TODO => this is NOT a full reimplementation of the existing media helper service, currently // contains only functions referenced by the TinyMCE editor +// TODO: This should not be done in this way, we need to split this into seperate defined helper methods. This is also very specific to TinyMCE, so should be named that way. import { Editor, EditorEvent } from 'tinymce';