MCPcopy
hub / github.com/Worklenz/worklenz / fireRemove

Function fireRemove

worklenz-backend/src/public/tinymce/tinymce.js:9273–9275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9271 const firePreProcess = (editor, args) => editor.dispatch('PreProcess', args);
9272 const firePostProcess = (editor, args) => editor.dispatch('PostProcess', args);
9273 const fireRemove = editor => {
9274 editor.dispatch('remove');
9275 };
9276 const fireDetach = editor => {
9277 editor.dispatch('detach');
9278 };

Callers 1

remove$1Function · 0.85

Calls 1

dispatchMethod · 0.65

Tested by

no test coverage detected