1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-16 03:06:27 +00:00
This commit is contained in:
Kazu Yokomizo
2017-11-14 18:51:50 +09:00
parent 369f8b6093
commit 2b73c17cca
2 changed files with 7 additions and 3 deletions

View File

@@ -348,8 +348,8 @@ class MarkdownNoteDetail extends React.Component {
})()}
<button styleName='control-fullScreenButton'
onMouseDown={(e) => this.handleFullScreenButton(e)}
>
onMouseDown={(e) => this.handleFullScreenButton(e)}
>
<i className='fa fa-window-maximize' styleName='fullScreen-button' />
</button>