Plugin normalizes selection and also proxies click events. A utility plugin that allows you to subscribe to a click/mousedown/touchstart/mouseup on an element in DOM order
const editor = Jodit.make('#editor');editor.e.on('clickImg', img => { console.log(img.src);}); Copy
const editor = Jodit.make('#editor');editor.e.on('clickImg', img => { console.log(img.src);});
If you like Jodit - try Jodit PRO
Selection normalization
Plugin normalizes selection and also proxies click events. A utility plugin that allows you to subscribe to a click/mousedown/touchstart/mouseup on an element in DOM order