Browse Source

비행구역 좌표정보창 커서 포인터 상시표출

pull/2/head
junh_eee(이준희) 10 months ago
parent
commit
3a024c843d
  1. 2
      src/components/laanc/map/LaancAreaMap.js

2
src/components/laanc/map/LaancAreaMap.js

@ -376,7 +376,7 @@ export default function LaancAreaMap({
<LaancMapSearch mapObject={mapObject} />
<div
className='d-flex coords-wrap'
style={{ cursor: isDrag ? 'pointer' : 'default' }}
style={{ cursor: 'pointer' }}
ref={scrollRef}
onMouseDown={onMouseDown}
onMouseMove={isDrag ? throttle(onMouseMove, 50) : null}

Loading…
Cancel
Save