@lightningtv/core
Advanced tools
Comparing version 2.7.1-1 to 2.7.1-2
@@ -277,3 +277,5 @@ import { renderer } from './lightningInit.js'; | ||
_layoutOnLoad() { | ||
this.lng.on('loaded', this.parent.updateLayout); | ||
this.lng.on('loaded', () => { | ||
this.parent.updateLayout(); | ||
}); | ||
} | ||
@@ -280,0 +282,0 @@ getText() { |
{ | ||
"name": "@lightningtv/core", | ||
"version": "2.7.1-1", | ||
"version": "2.7.1-2", | ||
"description": "Lightning TV Core for Universal Renderers", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -506,3 +506,5 @@ import { renderer } from './lightningInit.js'; | ||
_layoutOnLoad() { | ||
(this.lng as INode).on('loaded', this.parent!.updateLayout); | ||
(this.lng as INode).on('loaded', () => { | ||
this.parent!.updateLayout(); | ||
}); | ||
} | ||
@@ -509,0 +511,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
236090
3683