🐛 Bug Fix
- Uploader: with
uploader.insertImageAsBase64URI: truethefilesWereUploadedevent was never fired — images read as data-URI skip the server branch ofsendFiles, which was the only place emitting the event. Now it also fires once all dropped/pasted images have been read and inserted as base64. Reported by Ralf Pichler (Uniquare, Jodit OEM).