From ce28c70c35a0bbe0f344fa1fb40ed8d6f4a4c013 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 1 Sep 2018 23:57:05 +0900 Subject: [PATCH] Clean up --- src/mfm/html-to-mfm.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mfm/html-to-mfm.ts b/src/mfm/html-to-mfm.ts index b476a9af5..6da1dbdad 100644 --- a/src/mfm/html-to-mfm.ts +++ b/src/mfm/html-to-mfm.ts @@ -47,11 +47,9 @@ export default function(html: string): string { //#region ホスト名部分が省略されているので復元する const acct = `${txt}@${(new URL(href.value)).hostname}`; text += acct; - break; //#endregion } else if (part.length == 3) { text += txt; - break; } // その他 } else {