This commit is contained in:
恍兮惚兮 2024-06-23 03:31:20 +08:00
parent 22317f0a7e
commit c1b364f8b5

View File

@ -195,7 +195,7 @@
let lines = text.split('\n')
let wrap = document.createElement('div')
lines.forEach(line => {
wrap.appendChild(dispatch_text_style_line(style, styleargs, text, args))
wrap.appendChild(dispatch_text_style_line(style, styleargs, line, args))
})
return wrap
}