gaelj / BlazorCodeMirror6

Blazor wrapper for CodeMirror 6
MIT License
17 stars 1 forks source link

Base64 text of sufficiently large image is displayed, even when cursor positioned elsewhere #145

Closed pm64 closed 7 months ago

pm64 commented 7 months ago

If an uploaded image's data is sufficiently large, the base64 text is displayed (in addition to the actual image), regardless of cursor position.

Small image example:

image

Larger image example (notice cursor position):

image