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:
commit
078a04d3c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue