mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-18 19:42:53 +09:00
missing semicolon
This commit is contained in:
parent
95a68340f9
commit
30af01a7fc
@ -80,7 +80,7 @@ const handlers: { [key: string]: (window: any, token: any, mentionedRemoteUsers:
|
||||
},
|
||||
|
||||
text({ document }, { content }) {
|
||||
const t = content.split('\n')
|
||||
const t = content.split('\n');
|
||||
for (let i = 0; i < t.length; i++) {
|
||||
document.body.appendChild(document.createTextNode(t[i]));
|
||||
if (i != t.length - 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user