mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Fix some pointed by lint
This commit is contained in:
@@ -43,7 +43,7 @@ const InfoPanel = ({
|
|||||||
Note Link
|
Note Link
|
||||||
</div>
|
</div>
|
||||||
<div styleName='group-section-control'>
|
<div styleName='group-section-control'>
|
||||||
<input value={noteKey} onClick={(e) => { e.target.select()}} />
|
<input value={noteKey} onClick={(e) => { e.target.select() }} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -233,7 +233,7 @@ class MarkdownNoteDetail extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
handleInfoButtonClick (e) {
|
handleInfoButtonClick (e) {
|
||||||
const infoPanel= document.querySelector('.infoPanel')
|
const infoPanel = document.querySelector('.infoPanel')
|
||||||
infoPanel.style.display = display === 'none' ? 'inline' : 'none'
|
infoPanel.style.display = display === 'none' ? 'inline' : 'none'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user