Skip to content

Commit

Permalink
Set rows of comment edit box to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
BBaoVanC committed May 29, 2022
1 parent 83bbc4a commit 83b59c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isso/js/app/isso.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,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.setAttribute("rows", 5);
textarea.setAttribute("minlength", 3);
textarea.setAttribute("maxlength", 65535);

Expand Down

0 comments on commit 83b59c6

Please # to comment.