Skip to content

Commit

Permalink
Set edit textarea rows to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
BBaoVanC committed May 28, 2022
1 parent 7a655ee commit 78d9e11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions isso/js/app/isso.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ var insert = function(comment, scrollIntoView) {
toggler.canceled = false;
api.view(comment.id, 1).then(function(rv) {
var textarea = $.new("textarea.isso-textarea");
textarea.setAttribute("rows", 10);

textarea.value = rv.text;
textarea.focus();
Expand Down

0 comments on commit 78d9e11

Please # to comment.