Skip to content

Commit 96fdb5f

Browse files
committed
Set edit textarea rows to 10
1 parent 2efd92b commit 96fdb5f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

isso/js/app/isso.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ var insert = function(comment, scrollIntoView) {
274274
toggler.canceled = false;
275275
api.view(comment.id, 1).then(function(rv) {
276276
var textarea = $.new("textarea.isso-textarea");
277+
textarea.setAttribute("rows", 10);
277278

278279
textarea.value = rv.text;
279280
textarea.focus();

0 commit comments

Comments
 (0)