bugfix
This commit is contained in:
parent
9664bf9163
commit
672841c14d
@ -319,6 +319,7 @@ bricks.AgentIO = class extends bricks.VBox {
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
constructor(opts){
|
constructor(opts){
|
||||||
|
if (!opts.height) opts.height = '100%';
|
||||||
super(opts);
|
super(opts);
|
||||||
this.llmmodels = [];
|
this.llmmodels = [];
|
||||||
this.msg_box = new bricks.VScrollPanel({
|
this.msg_box = new bricks.VScrollPanel({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user