react-drag-to-select icon indicating copy to clipboard operation
react-drag-to-select copied to clipboard

fix : getPointFromEvent remove rect argument

Open billy5982 opened this issue 1 year ago • 1 comments

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 utilized and can safely be removed without impacting functionality.

Reason for Change Removing unused parameters helps reduce code complexity and avoids confusion for future developers. This small change contributes to cleaner and more maintainable code.

Impact This change has no impact on the current behavior of the application since the parameter is not being used anywhere.

billy5982 avatar Sep 18 '24 13:09 billy5982

https://github.com/AirLabsTeam/react-drag-to-select/issues/48

billy5982 avatar Sep 18 '24 13:09 billy5982