1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-18 04:01:45 +00:00

Merge pull request #1139 from BoostIO/fix-ci

Fix ci
This commit is contained in:
Kazz Yokomizo
2017-11-18 14:50:35 +09:00
committed by GitHub
10 changed files with 26 additions and 29 deletions

View File

@@ -48,7 +48,6 @@ const SideNavFilter = ({
<span styleName='counters'>{counterStarredNote}</span>
</button>
<button styleName={isTrashedActive ? 'menu-button-trash--active' : 'menu-button'}
onClick={handleTrashedButtonClick}
>
@@ -63,7 +62,6 @@ const SideNavFilter = ({
<span styleName='counters'>{counterDelNote}</span>
</button>
</div>
)

View File

@@ -346,7 +346,6 @@ class MarkdownNoteDetail extends React.Component {
)
})()}
<button styleName='control-fullScreenButton'
onMouseDown={(e) => this.handleFullScreenButton(e)}
>