🐛 Bug Fix
- Dialog: event handlers passed via
options.eventsare now attached to the dialog's emitter (asFileBrowseralready does). A dialog firesafterOpen/beforeCloseon 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'seventsconfig soafterOpen/beforeClosecan be observed. Reported by Ralf Pichler (uniquare.com, Jodit OEM).