chore: a problem

pull/5940/head
suxin2017 6 years ago
parent fbf0ed926b
commit 6bbacfbd15

@ -193,6 +193,7 @@ export function claim_space(nodes) {
export function set_data(text, data) {
data = '' + data;
// ??? I'm not sure if I need to change this
if (text.wholeText !== data) text.data = data;
}

Loading…
Cancel
Save