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

Using single quotes for empty string

This commit is contained in:
Tobias Doll
2019-07-07 20:06:50 +02:00
committed by Junyoung Choi
parent 2b4d20b94e
commit e940253caf

View File

@@ -71,7 +71,7 @@ class TopBar extends React.Component {
this.refs.search.childNodes[0].blur this.refs.search.childNodes[0].blur
dispatch(push('/searched')) dispatch(push('/searched'))
e.preventDefault() e.preventDefault()
this.debouncedUpdateKeyword("") this.debouncedUpdateKeyword('')
} }
handleKeyDown (e) { handleKeyDown (e) {