(editor: Editor)
| 66 | } |
| 67 | |
| 68 | export function fixJsDom(editor: Editor) { |
| 69 | fixJsDomIframe(editor); |
| 70 | } |
| 71 | |
| 72 | export const fixJsDomIframe = (em: EditorModel | Editor) => { |
| 73 | em.on(CanvasEvents.frameLoad, ({ el, view }) => { |
nothing calls this directly
no test coverage detected