1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-24 07:01:48 +00:00

Merge pull request #3099 from AWolf81/html-to-md

Html to md feature
This commit is contained in:
Junyoung Choi
2019-09-03 02:03:51 +09:00
committed by GitHub
15 changed files with 590 additions and 12 deletions

View File

@@ -472,6 +472,7 @@ class MarkdownNoteDetail extends React.Component {
</div>
<div styleName='info-right'>
<ToggleModeButton onClick={(e) => this.handleSwitchMode(e)} editorType={editorType} />
<StarButton
onClick={(e) => this.handleStarButtonClick(e)}
isActive={note.isStarred}