Skip to content

Commit df888a6

Browse files
committed
Count Main Summary as answerable
1 parent 22ce0c0 commit df888a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scripts/interactive-video.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,8 @@ InteractiveVideo.prototype.attach = function ($container) {
672672
this.$controls.appendTo($container);
673673

674674
// 'video only' fallback has no interactions
675-
let isAnswerable = false;
675+
let isAnswerable = this.hasMainSummary();
676+
676677
if (this.interactions) {
677678
// interactions require parent $container, recreate with input
678679
this.interactions.forEach(function (interaction) {

0 commit comments

Comments
 (0)