Fix mediatag redrawn on content update
This commit is contained in:
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…
x
Reference in New Issue
Block a user