Unplanned
Last Updated: 01 Feb 2024 14:20 by Raymond
Raymond
Created on: 01 Feb 2024 14:20
Category: RichTextEditor
Type: Feature Request
1
RichTextEditor: Provide an option to paste images copied outside the editor

For example, I copy image from the device and want to paste it in the editor. Then when get the html I want the image to have a valid src. 

on MacCatalyst when pasting image in the editor and then GetHtmlAsync the image src is: 

<img src="blob:null/" ..../>

on WinUI, I cannot paste image in the editor, copied from outside of the editor.

0 comments