Skip to content

Commit c9ef096

Browse files
committed
Merge branch 'stable' into release
2 parents 0c8146a + 0ea269a commit c9ef096

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"contentType": "Media",
66
"majorVersion": 1,
77
"minorVersion": 22,
8-
"patchVersion": 1,
8+
"patchVersion": 3,
99
"machineName": "H5P.InteractiveVideo",
1010
"author": "Joubel",
1111
"embedTypes": [

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)