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: add loop="infinite" to img tags to ensure GIFs play continuously (fixes#1480)
GIFs generated by eigent agents were only playing once and then
stopping on the last frame. Added loop="infinite" attribute to
all img tags in the MarkDown component to ensure they loop properly.
This affects:
- Images rendered from relative paths (data URLs)
- Images rendered from absolute URLs
- Image preview dialog
While HTML img tags should loop GIFs by default, this explicit
attribute ensures consistent behavior across browsers and Electron.
0 commit comments