@pie-element/ebsr 10.3.8-next.0 → 10.3.8-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/module/element.js CHANGED
@@ -13242,7 +13242,7 @@ class MultipleChoice extends HTMLElement {
13242
13242
  });
13243
13243
  const info = this.querySelector('#play-audio-info');
13244
13244
  if (info) {
13245
- this.removeChild(info);
13245
+ container.removeChild(info);
13246
13246
  }
13247
13247
  audio.removeEventListener('playing', handlePlaying);
13248
13248
  };
package/module/print.js CHANGED
@@ -13242,7 +13242,7 @@ class MultipleChoice extends HTMLElement {
13242
13242
  });
13243
13243
  const info = this.querySelector('#play-audio-info');
13244
13244
  if (info) {
13245
- this.removeChild(info);
13245
+ container.removeChild(info);
13246
13246
  }
13247
13247
  audio.removeEventListener('playing', handlePlaying);
13248
13248
  };
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pie-element/ebsr",
3
- "version": "10.3.8-next.0+49aa0cb2c",
3
+ "version": "10.3.8-next.2+78afdbf50",
4
4
  "description": "",
5
5
  "repository": "pie-framework/pie-elements",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "dependencies": {
10
- "@pie-element/multiple-choice": "^9.12.3-next.0+49aa0cb2c",
10
+ "@pie-element/multiple-choice": "^9.12.3-next.2+78afdbf50",
11
11
  "@pie-framework/pie-player-events": "^0.1.0",
12
12
  "@pie-lib/pie-toolbox": "2.9.1",
13
13
  "classnames": "^2.2.5",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "author": "pie framework developers",
18
18
  "license": "ISC",
19
- "gitHead": "49aa0cb2cc84805f30eb06f2a07d6ed1dc1e0bbd",
19
+ "gitHead": "78afdbf50bc517cff1acd41acc9d19f475ad189c",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },