@mjhls/mjh-framework 1.0.191 → 1.0.192

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.js CHANGED
@@ -29296,6 +29296,8 @@ var Ustream = function Ustream(_ref) {
29296
29296
  React.useEffect(function () {
29297
29297
  try {
29298
29298
  var container = document.getElementById('ustream-container');
29299
+ var ustream = document.getElementById('ustream-iframe');
29300
+ ustream.setAttribute('src', src);
29299
29301
 
29300
29302
  if (close) {
29301
29303
  var closeBtn = document.querySelector('.ustream-close');
@@ -29350,7 +29352,6 @@ var Ustream = function Ustream(_ref) {
29350
29352
  ),
29351
29353
  React__default.createElement('iframe', {
29352
29354
  id: 'ustream-iframe',
29353
- src: src,
29354
29355
  webkitallowfullscreen: 'true',
29355
29356
  allowFullScreen: true,
29356
29357
  frameBorder: 'no',