Skip to content

Conversation

Kaushal-Poojary
Copy link

This pull request aims to enhance the text selection handling functionality by adding a debounce mechanism to the 'mouseup' event listener. The original code directly attaches the 'mouseup' event listener to respond to user text selection, resulting in potential repeated executions when the user rapidly selects text. By introducing a debounce delay, we can improve performance and user experience by reducing the frequency of function execution during rapid interactions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant