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:
committed by
Junyoung Choi
parent
2b4d20b94e
commit
e940253caf
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user