mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36: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
|
||||
dispatch(push('/searched'))
|
||||
e.preventDefault()
|
||||
this.debouncedUpdateKeyword("")
|
||||
this.debouncedUpdateKeyword('')
|
||||
}
|
||||
|
||||
handleKeyDown (e) {
|
||||
|
||||
Reference in New Issue
Block a user