Expected behavior:
Images render correctly when pasting text with images.
Actual behavior:
[The issue is reproducible on xdsoft.net with standard Jodit Playground settings]
I have a Word document that contains text and images. When I copy the image itself and paste it to the Jodit editor, everyting works fine, the image is converted to blob/base64 [according to the settings] and rendered correctly [screen 1].
However, when I copy and paste text with images, the images don't render correctly because they aren't converted to blob / base64 format, and in the code preview I can see that their absolute paths from local machine are given [screen 2].
Jodit Version: 4.2.27
Browser: Chrome/Edge/FF OS: Windows Is React App: True Reproduced on xdsoft.net: True Lorem ipsum dolor sit amet.docx
Expected behavior: Images render correctly when pasting text with images.
Actual behavior: [The issue is reproducible on xdsoft.net with standard Jodit Playground settings]
I have a Word document that contains text and images. When I copy the image itself and paste it to the Jodit editor, everyting works fine, the image is converted to blob/base64 [according to the settings] and rendered correctly [screen 1]. However, when I copy and paste text with images, the images don't render correctly because they aren't converted to blob / base64 format, and in the code preview I can see that their absolute paths from local machine are given [screen 2].