We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2efd92b commit 96fdb5fCopy full SHA for 96fdb5f
1 file changed
isso/js/app/isso.js
@@ -274,6 +274,7 @@ var insert = function(comment, scrollIntoView) {
274
toggler.canceled = false;
275
api.view(comment.id, 1).then(function(rv) {
276
var textarea = $.new("textarea.isso-textarea");
277
+ textarea.setAttribute("rows", 10);
278
279
textarea.value = rv.text;
280
textarea.focus();
0 commit comments