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 multiple <svg> and missing content issue (#2722)
live-server injects code into every <svg> occurrence but only
increases the Content-Length value once. This commit fixes this
issue by counting the number of <svg> and increasing the
Content-Length accordingly, ensuring that all content is properly
sent.
0 commit comments