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.