Skip to content

4.13.7

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jul 07:18

πŸ› Bug Fix

  • Dialog: event handlers passed via options.events are now attached to the dialog's emitter (as FileBrowser already does). A dialog fires afterOpen/beforeClose on its own emitter β€” unlike popups, which fire on the editor emitter β€” so those events were previously unreachable from the editor. Plugins that open dialogs (e.g. the PRO Button Generator) can now forward the editor's events config so afterOpen/beforeClose can be observed. Reported by Ralf Pichler (uniquare.com, Jodit OEM).