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';