Skip to content

Commit b88d5cf

Browse files
committed
改善 - Finder descriptionのTextoverflow�対策, 最初起動の時のFinderの異常振る舞い
1 parent 657ebc9 commit b88d5cf

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

browser/finder/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ var Finder = React.createClass({
4949
document.addEventListener('keydown', this.handleKeyDown)
5050
document.addEventListener('click', this.handleClick)
5151
window.addEventListener('focus', this.handleFinderFocus)
52+
this.handleFinderFocus()
5253
},
5354
componentWillUnmount: function () {
5455
document.removeEventListener('keydown', this.handleKeyDown)

browser/styles/finder/index.styl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ body
6565
border-bottom solid 1px borderColor
6666
line-height 44px
6767
font-size 1.3em
68+
white-space nowrap
69+
text-overflow ellipsis
70+
overflow-x hidden
6871
.content
6972
.ace_editor, .marked
7073
position absolute

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boost",
3-
"version": "0.2.1.1",
3+
"version": "0.2.2",
44
"description": "Boost App",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)