@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.cjs
CHANGED
|
@@ -3084,7 +3084,6 @@ var useMessageAudio = function(param) {
|
|
|
3084
3084
|
if (isHtmlAudioSupported) {
|
|
3085
3085
|
var _import_howler_Howler__howls___sounds_, _import_howler_Howler__howls_, _import_howler_Howler;
|
|
3086
3086
|
if (!((_import_howler_Howler = import_howler.Howler) === null || _import_howler_Howler === void 0 ? void 0 : (_import_howler_Howler__howls_ = _import_howler_Howler._howls[0]) === null || _import_howler_Howler__howls_ === void 0 ? void 0 : (_import_howler_Howler__howls___sounds_ = _import_howler_Howler__howls_._sounds[0]) === null || _import_howler_Howler__howls___sounds_ === void 0 ? void 0 : _import_howler_Howler__howls___sounds_._node)) return;
|
|
3087
|
-
if (!import_howler.Howler._howls[0]._sounds[0]._node.crossOrigin) return;
|
|
3088
3087
|
import_howler.Howler._howls[0]._sounds[0]._node.crossOrigin = "anonymous";
|
|
3089
3088
|
}
|
|
3090
3089
|
}, [
|