bugfix
This commit is contained in:
parent
88c6fd3138
commit
d1661e7ab6
@ -209,7 +209,7 @@ bricks.LlmOut = class extends bricks.VBox {
|
|||||||
this.audios.forEach(a => {
|
this.audios.forEach(a => {
|
||||||
this.render_audio(a);
|
this.render_audio(a);
|
||||||
});
|
});
|
||||||
this.imges.forEach(i => {
|
this.images.forEach(i => {
|
||||||
this.render_image(i);
|
this.render_image(i);
|
||||||
});
|
});
|
||||||
if(this.s_w){
|
if(this.s_w){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user