publ-echo-test 0.0.154 → 0.0.156
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.
@@ -437,10 +437,11 @@ var GroupItem = function (_a) {
|
|
437
437
|
onContextMenu: function (e) {
|
438
438
|
onContextGroup(e);
|
439
439
|
},
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
440
|
+
onMouseMove: function (e) {
|
441
|
+
console.log('mouse move,,,');
|
442
|
+
// if (isDragging || isResizing) {
|
443
|
+
// return;
|
444
|
+
// }
|
444
445
|
// 일시적으로 pointer-events 비활성화
|
445
446
|
if (elementRef.current) {
|
446
447
|
elementRef.current.style.pointerEvents = 'none';
|