bloom-player 2.19.7 → 2.19.8
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/dist/bloomplayer.htm
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
<!-- At build time, we replace the target of this script tag to point at the
|
|
20
20
|
the bloom player bundle with the cache-busting hash in its name. -->
|
|
21
|
-
<script src="bloomPlayer.
|
|
21
|
+
<script src="bloomPlayer.CbFoMc1O.js"></script>
|
|
22
22
|
</body>
|
|
23
23
|
|
|
24
24
|
|
package/lib/shared.es.js
CHANGED
|
@@ -1129,6 +1129,8 @@ function _s(a) {
|
|
|
1129
1129
|
}
|
|
1130
1130
|
), Array.from(h.querySelectorAll("[tabindex]")).forEach((T) => {
|
|
1131
1131
|
T.removeAttribute("tabindex");
|
|
1132
|
+
}), h.querySelectorAll(".bloom-selected").forEach((T) => {
|
|
1133
|
+
T.classList.remove("bloom-selected");
|
|
1132
1134
|
});
|
|
1133
1135
|
let p = h.getElementsByClassName(
|
|
1134
1136
|
"bloom-canvas"
|