1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +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 <input
styleName='search-input' styleName='search-input'
type='text' type='text'
ref={dom => { this.searchInput = dom }}
onChange={this.handleSearchInputChange} onChange={this.handleSearchInputChange}
value={searchText} value={searchText}
/> />