Based on Linkify Plus. Turn plain text URLs into links.
< Linkify Plus Plus 피드백으로 돌아가기
TypeError when adding svg nodes
This happens on youtube, but probably anywhere where SVG nodes are added to the DOM.
as seen in the screenshot the added "g" node has className of type SVGAnimatedString which does not have the indexOf method.
Fixed in 4.0.1 :)
답글을 게시하려면 로그인하세요.
TypeError when adding svg nodes
This happens on youtube, but probably anywhere where SVG nodes are added to the DOM.
as seen in the screenshot the added "g" node has className of type SVGAnimatedString which does not have the indexOf method.