pull/11944/head
Rich Harris 2 years ago
parent 2e375b43b3
commit a11e2cd145

@ -41,7 +41,9 @@ export function set_should_intro(value) {
* @returns {void} * @returns {void}
*/ */
export function set_text(text, value) { export function set_text(text, value) {
if (text.nodeValue != value) {
text.nodeValue = value; text.nodeValue = value;
}
} }
/** /**

Loading…
Cancel
Save