Property 'yPos' does not exist on type 'Element'
I’m refactoring an old project and converting it from javascript to typescript. In one of my functions I am getting the position of an element using yPos (yPos seems to be enabled only after the element is dragged), the intent is to drag it to another position and drop it, but when I try to… Read More Property 'yPos' does not exist on type 'Element'