@superinterface/react 2.4.1 → 2.4.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/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3074,6 +3074,7 @@ var useMessageAudio = function(param) {
|
|
|
3074
3074
|
isInited.current = true;
|
|
3075
3075
|
if (isHtmlAudioSupported) {
|
|
3076
3076
|
var audioContext = new AudioContext();
|
|
3077
|
+
import_howler.Howler._howls[0]._sounds[0]._node.crossOrigin = "anonymous";
|
|
3077
3078
|
setAudioEngine({
|
|
3078
3079
|
// @ts-ignore-next-line
|
|
3079
3080
|
source: audioContext.createMediaElementSource(import_howler.Howler._howls[0]._sounds[0]._node),
|