Fix mediatag redrawn on content update

pull/1/head
yflory 7 years ago
parent 2d08924462
commit 9d30e48a44

@ -401,7 +401,7 @@ define([
var src = tag.getAttribute('src'); var src = tag.getAttribute('src');
if (mediaTagMap[src]) { if (mediaTagMap[src]) {
mediaTagMap[src].forEach(function (n) { mediaTagMap[src].forEach(function (n) {
tag.appendChild(n); tag.appendChild(n.cloneNode());
}); });
} }
}); });

Loading…
Cancel
Save