mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
fix
This commit is contained in:
parent
22317f0a7e
commit
c1b364f8b5
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user