mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-16 19:21:52 +00:00
Fix CI
This commit is contained in:
@@ -348,7 +348,8 @@ class MarkdownNoteDetail extends React.Component {
|
|||||||
})()}
|
})()}
|
||||||
|
|
||||||
<button styleName='control-fullScreenButton'
|
<button styleName='control-fullScreenButton'
|
||||||
onMouseDown={(e) => this.handleFullScreenButton(e)}>
|
onMouseDown={(e) => this.handleFullScreenButton(e)}
|
||||||
|
>
|
||||||
<i className='fa fa-window-maximize' styleName='fullScreen-button' />
|
<i className='fa fa-window-maximize' styleName='fullScreen-button' />
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|||||||
@@ -602,7 +602,7 @@ class SnippetNoteDetail extends React.Component {
|
|||||||
<InfoButton
|
<InfoButton
|
||||||
onClick={(e) => this.handleInfoButtonClick(e)}
|
onClick={(e) => this.handleInfoButtonClick(e)}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<StarButton
|
<StarButton
|
||||||
onClick={(e) => this.handleStarButtonClick(e)}
|
onClick={(e) => this.handleStarButtonClick(e)}
|
||||||
isActive={note.isStarred}
|
isActive={note.isStarred}
|
||||||
|
|||||||
Reference in New Issue
Block a user