맥 os 전략편집기 지표 드래그 문제해결
This commit is contained in:
@@ -51,11 +51,6 @@ export default function PaletteDragOverlay() {
|
||||
bindPaletteDragOverlayElement(el);
|
||||
const s = sessionRef.current;
|
||||
if (el && s) {
|
||||
try {
|
||||
el.setPointerCapture(s.pointerId);
|
||||
} catch {
|
||||
/* window backup in paletteDragSession */
|
||||
}
|
||||
const label = labelRef.current;
|
||||
if (label) {
|
||||
label.style.left = `${s.x}px`;
|
||||
|
||||
Reference in New Issue
Block a user