lido-player 0.0.2-alpha-73 → 0.0.2-alpha-74

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.
@@ -1700,6 +1700,9 @@ function enableReorderDrag(element) {
1700
1700
  const container = document.getElementById(LidoContainer);
1701
1701
  if (!container || container.getAttribute("canplay") === "false")
1702
1702
  return;
1703
+ Array.from(element.children).forEach(child => {
1704
+ child.style.pointerEvents = 'none';
1705
+ });
1703
1706
  const blankArea = document.querySelector('[type="blank"]');
1704
1707
  const wordParent = element.parentElement !== blankArea ? element.parentElement : null;
1705
1708
  const elementType = element.getAttribute('type');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-B3BpKb8R.js');
3
+ var index = require('./index-BcKX8GV7.js');
4
4
  require('./index-BNAtcxNG.js');
5
5
 
6
6
 
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var index = require('./index-BNAtcxNG.js');
4
- var index$1 = require('./index-B3BpKb8R.js');
4
+ var index$1 = require('./index-BcKX8GV7.js');
5
5
 
6
6
  var rive$1 = {exports: {}};
7
7
 
@@ -43,6 +43,9 @@ export function enableReorderDrag(element) {
43
43
  const container = document.getElementById(LidoContainer);
44
44
  if (!container || container.getAttribute("canplay") === "false")
45
45
  return;
46
+ Array.from(element.children).forEach(child => {
47
+ child.style.pointerEvents = 'none';
48
+ });
46
49
  const blankArea = document.querySelector('[type="blank"]');
47
50
  const wordParent = element.parentElement !== blankArea ? element.parentElement : null;
48
51
  const elementType = element.getAttribute('type');