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 22ce0c0 commit df888a6Copy full SHA for df888a6
src/scripts/interactive-video.js
@@ -672,7 +672,8 @@ InteractiveVideo.prototype.attach = function ($container) {
672
this.$controls.appendTo($container);
673
674
// 'video only' fallback has no interactions
675
- let isAnswerable = false;
+ let isAnswerable = this.hasMainSummary();
676
+
677
if (this.interactions) {
678
// interactions require parent $container, recreate with input
679
this.interactions.forEach(function (interaction) {
0 commit comments