1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-30 18:20:15 +02:00

cleanup and comments

This commit is contained in:
Kushagra Gour
2019-01-08 14:01:17 +05:30
parent 5c6f93a927
commit 31e401d185
2 changed files with 4 additions and 12 deletions

View File

@@ -220,6 +220,7 @@ export default class SavedItemPane extends Component {
</div>
</div>
<input
type="search"
id="searchInput"
class="search-input"
onInput={this.searchInputHandler.bind(this)}