note on media helper server.

This commit is contained in:
Niels Lyngsø
2023-08-02 11:24:33 +02:00
parent 0a6b1dbec1
commit b8731b2a40

View File

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