File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments