Merge pull request #3316 from OhaiBBQ/bugmash-four

BMM #4, The Publisher doesn’t expand after writing more than 30 lines of text [ci skip]
This commit is contained in:
Maxwell Salzberg 2012-05-24 20:14:43 -07:00
commit 078a04d3c1

View file

@ -210,7 +210,7 @@ var Publisher = {
Publisher.hiddenInput().val(Publisher.input().val());
}
Publisher.input().autoResize({'extraSpace' : 10});
Publisher.input().autoResize({ 'extraSpace' : 10, 'maxHeight' : Infinity });
Publisher.input().bind('textchange', Publisher.textChange);
}
};