bugmash #4
The Publisher doesn’t expand after writing more than 30 lines of text
This commit is contained in:
parent
f19f6110b1
commit
e248526bef
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