bugfix
This commit is contained in:
parent
18f7565bd4
commit
2a1df2b84d
@ -38,7 +38,7 @@ bricks.LlmOut = class extends bricks.VBox {
|
|||||||
}
|
}
|
||||||
if (data.video){
|
if (data.video){
|
||||||
if (!this.v_w){
|
if (!this.v_w){
|
||||||
this.v_w = mew bricks.VideoPlayer({
|
this.v_w = new bricks.VideoPlayer({
|
||||||
width: '100%',
|
width: '100%',
|
||||||
url: data.video,
|
url: data.video,
|
||||||
autoplay: true
|
autoplay: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user