Refactoring

This commit is contained in:
syuilo
2018-08-15 20:27:49 +09:00
parent 83dcfec053
commit 08b431723a
4 changed files with 6 additions and 6 deletions

View File

@@ -15,6 +15,6 @@ export default function(text: string) {
return {
type: 'bold',
content: bold,
bold: bold.substr(2, bold.length - 4)
bold: match[1]
} as TextElementBold;
}