1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Add wordcount and lettercount to InfoPanel

This commit is contained in:
asmsuechan
2017-08-19 08:09:39 +09:00
parent 7f08428fe2
commit 9ea9d30947
3 changed files with 30 additions and 2 deletions

View File

@@ -611,6 +611,7 @@ class SnippetNoteDetail extends React.Component {
createdAt={formatDate(note.createdAt)}
exportAsMd={this.showWarning}
exportAsTxt={this.showWarning}
type={note.type}
/>
</div>
</div>