Skip to content

Commit

Permalink
make edit in place better
Browse files Browse the repository at this point in the history
  • Loading branch information
baya committed Sep 26, 2013
1 parent 9d786e7 commit 3050479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/directives.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 26,7 @@ angular.module('gStar.directives', []).
$scope.editing = true;
element.addClass( 'active' );
var textHeight = textElement.height();
var patchHeight = 4
var patchHeight = 16;
inputElement.height(textHeight patchHeight);
inputElement[0].focus();
};
Expand Down

0 comments on commit 3050479

Please sign in to comment.