Skip to content

Commit 1a3f66d

Browse files
committed
ProjectPlayer: Fix text bubble active property
1 parent 5bfcc1a commit 1a3f66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectPlayer.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ ProjectScene {
154154

155155
Loader {
156156
readonly property alias modelData: stageTarget.stageModel
157-
active: model ? model.bubbleText !== "" : false
157+
active: modelData ? modelData.bubbleText !== "" : false
158158
sourceComponent: renderedTextBubble
159159
}
160160

0 commit comments

Comments
 (0)