bugfix
This commit is contained in:
parent
b46c82b402
commit
88c6fd3138
@ -115,7 +115,6 @@ bricks.LlmOut = class extends bricks.VBox {
|
|||||||
url: url,
|
url: url,
|
||||||
cheight:2
|
cheight:2
|
||||||
});
|
});
|
||||||
}
|
|
||||||
this.add_widget(w);
|
this.add_widget(w);
|
||||||
}
|
}
|
||||||
render_image(i){
|
render_image(i){
|
||||||
@ -203,16 +202,16 @@ bricks.LlmOut = class extends bricks.VBox {
|
|||||||
}
|
}
|
||||||
this.videos.forEach(v => {
|
this.videos.forEach(v => {
|
||||||
this.render_video(v);
|
this.render_video(v);
|
||||||
})
|
});
|
||||||
this.glbs.forEach(glb => {
|
this.glbs.forEach(glb => {
|
||||||
this.render_glb(glb);
|
this.render_glb(glb);
|
||||||
}
|
});
|
||||||
this.audios.forEach(a => {
|
this.audios.forEach(a => {
|
||||||
this.render_audio(a);
|
this.render_audio(a);
|
||||||
}
|
});
|
||||||
this.imges.forEach(i => {
|
this.imges.forEach(i => {
|
||||||
this.render_image(i);
|
this.render_image(i);
|
||||||
}
|
});
|
||||||
if(this.s_w){
|
if(this.s_w){
|
||||||
this.add_widget(this.s_w);
|
this.add_widget(this.s_w);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user