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

remove unused ref

This commit is contained in:
HarlanLuo
2019-01-29 12:13:03 +08:00
committed by amedora
parent 51aff20d65
commit 885b9d2c26

View File

@@ -491,7 +491,6 @@ class SideNav extends React.Component {
<input
styleName='search-input'
type='text'
ref={dom => { this.searchInput = dom }}
onChange={this.handleSearchInputChange}
value={searchText}
/>