Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debounce 'mouseup' Event Listener for Improved Text Selection Handling #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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