You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(mdviewer): preserve image DOM nodes across content updates to prevent reload
Save existing <img> elements by src before innerHTML replacement, then
swap them back in after. The browser keeps the same nodes with cached
image data, preventing re-fetches and flicker when editing text in CM.
Replaces morphdom with simpler innerHTML + image node preservation.
0 commit comments