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 98c87d3 commit 3a6d68eCopy full SHA for 3a6d68e
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.options.assets.endscreens !== undefined && isAnswerable;
699
700
// Video with interactions
701
this.attachVideo(this.$videoWrapper);
0 commit comments