File tree 2 files changed +2
-2
lines changed
packages/project-editor/lvgl/widgets
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1575,7 +1575,7 @@ export class LVGLWidget extends Widget {
1575
1575
1576
1576
const project = ProjectEditor . getProject ( this ) ;
1577
1577
1578
- if ( runtime . wasm . assetsMap ?. flowIndexes . length > 0 ) {
1578
+ if ( runtime . wasm . assetsMap ?. flows . length > 0 ) {
1579
1579
const page = getAncestorOfType (
1580
1580
this ,
1581
1581
ProjectEditor . PageClass . classInfo
Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ export class LVGLUserWidgetWidget extends LVGLWidget {
456
456
457
457
const savedUserWidgetContext = runtime . lvglCreateContext ;
458
458
459
- if ( runtime . wasm . assetsMap ?. flowIndexes . length > 0 ) {
459
+ if ( runtime . wasm . assetsMap ?. flows . length > 0 ) {
460
460
const flow =
461
461
runtime . wasm . assetsMap . flows [ savedUserWidgetContext . pageIndex ] ;
462
462
if ( flow ) {
You can’t perform that action at this time.
0 commit comments