Nirmalsiliveru

Results 1 comments of Nirmalsiliveru

hi where to add this code const wrapper = document.getElementsByClassName('react-transform-wrapper')?.[0]; const x = wrapper?.getBoundingClientRect().left; const y = wrapper?.getBoundingClientRect().top; const coordinates = { x: x - e.clientX, y: y - e.clientY,...