@superinterface/react 2.4.4 → 2.4.5
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/index.cjs +0 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2957,7 +2957,6 @@ var useMessageAudio = function(param) {
|
|
|
2957
2957
|
if (isHtmlAudioSupported) {
|
|
2958
2958
|
var _Howler__howls___sounds_, _Howler__howls_;
|
|
2959
2959
|
if (!(Howler === null || Howler === void 0 ? void 0 : (_Howler__howls_ = Howler._howls[0]) === null || _Howler__howls_ === void 0 ? void 0 : (_Howler__howls___sounds_ = _Howler__howls_._sounds[0]) === null || _Howler__howls___sounds_ === void 0 ? void 0 : _Howler__howls___sounds_._node)) return;
|
|
2960
|
-
if (!Howler._howls[0]._sounds[0]._node.crossOrigin) return;
|
|
2961
2960
|
Howler._howls[0]._sounds[0]._node.crossOrigin = "anonymous";
|
|
2962
2961
|
}
|
|
2963
2962
|
}, [
|