mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-21 13:41:40 +00:00
Fix some pointed by lint
This commit is contained in:
@@ -43,7 +43,7 @@ const InfoPanel = ({
|
||||
Note Link
|
||||
</div>
|
||||
<div styleName='group-section-control'>
|
||||
<input value={noteKey} onClick={(e) => { e.target.select()}} />
|
||||
<input value={noteKey} onClick={(e) => { e.target.select() }} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user