Closed mxritzdev closed 1 year ago
This is a limitation of the blazor javascript interop. You can load a reference to an image (using an HTML image tag), but, if you put the actual contents of the image into the editor (the byte contents), it is too big and crashes when you try to marshal that data back to Blazor.
Thank you... It works now!
Describe the bug if i try to load the editor content to a variable, while an image is in the editor, the page goes to "Attempting to reconnect to the server"
To Reproduce Steps to reproduce the behavior:
Expected behavior It should load to the variable