We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf8d98 commit 249c6deCopy full SHA for 249c6de
src/scripts/interactive-video.js
@@ -694,8 +694,8 @@ InteractiveVideo.prototype.attach = function ($container) {
694
});
695
}
696
697
- // Show the score star if there are endscreens and interactions available or user is editing
698
- this.hasStar = this.editor || this.options.assets.endscreens !== undefined && isAnswerable;
+ // Show the score star if there are endscreens and interactions available
+ this.hasStar = this.editor || (this.options.assets.endscreens !== undefined && this.options.assets.endscreens.length) && isAnswerable;
699
700
// Video with interactions
701
this.attachVideo(this.$videoWrapper);
0 commit comments