Skip to content

Commit cdf8d98

Browse files
author
Ravi Majithia
committed
Revert "Handle inconsistent summary screen"
This reverts commit 3a6d68e.
1 parent 3a6d68e commit cdf8d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scripts/interactive-video.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,8 +694,8 @@ InteractiveVideo.prototype.attach = function ($container) {
694694
});
695695
}
696696

697-
// Show the score star if there are endscreens and interactions available
698-
this.hasStar = this.options.assets.endscreens !== undefined && isAnswerable;
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;
699699

700700
// Video with interactions
701701
this.attachVideo(this.$videoWrapper);

0 commit comments

Comments
 (0)