You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).