publ-echo-test 0.0.153 → 0.0.154
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.
@@ -447,6 +447,7 @@ var GroupItem = function (_a) {
|
|
447
447
|
}
|
448
448
|
// 현재 마우스 위치에서 실제 요소 찾기
|
449
449
|
var underlyingElement = document.elementFromPoint(e.clientX, e.clientY);
|
450
|
+
console.log(underlyingElement);
|
450
451
|
// pointer-events 복구
|
451
452
|
if (elementRef.current) {
|
452
453
|
elementRef.current.style.pointerEvents = 'auto';
|