The Publisher doesn’t expand after writing more than 30 lines of text
This commit is contained in:
Dan Hansen 2012-05-24 19:50:39 -07:00
parent f19f6110b1
commit e248526bef

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);
}
};