billy5982
Results
2
issues of
billy5982
Summary This PR removes an unused parameter from the function 'getPointFromEvent' to improve code clarity and maintainability. After reviewing the code, it was confirmed that this parameter is not being...
In all cases where the getPointFromEvent function is used, rect is passed as getParentBoundingClientRect(). Is there any specific reason for explicitly providing rect as an argument when it's always the...