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

Add tooltip to full-screen-btn on the snippet note detail

This commit is contained in:
Kazu Yokomizo
2018-01-24 16:16:14 -05:00
parent e7e8f11a74
commit 7a116966fa
3 changed files with 17 additions and 1 deletions

View File

@@ -634,6 +634,7 @@ class SnippetNoteDetail extends React.Component {
<button styleName='control-fullScreenButton' title='Fullscreen'
onMouseDown={(e) => this.handleFullScreenButton(e)}>
<img styleName='iconInfo' src='../resources/icon/icon-full.svg' />
<span styleName='tooltip'>Fullscreen</span>
</button>
<TrashButton onClick={(e) => this.handleTrashButtonClick(e)} />