mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
改善 - Finder descriptionのTextoverflow対策, 最初起動の時のFinderの異常振る舞い
This commit is contained in:
@@ -49,6 +49,7 @@ var Finder = React.createClass({
|
||||
document.addEventListener('keydown', this.handleKeyDown)
|
||||
document.addEventListener('click', this.handleClick)
|
||||
window.addEventListener('focus', this.handleFinderFocus)
|
||||
this.handleFinderFocus()
|
||||
},
|
||||
componentWillUnmount: function () {
|
||||
document.removeEventListener('keydown', this.handleKeyDown)
|
||||
|
||||
Reference in New Issue
Block a user