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

Make copy command work inside Modal HTML Dialogs #137

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

Conversation

everdimension
Copy link

Hello!

I've found that copy-to-clipboard doesn't work inside HTML Dialogs.

I have found a fix which you can see in this PR.

If you're interested in merging this fix, I can add an additional example to the example folder and update tests.

Tell me what you think, thanks!


range.selectNodeContents(mark);
selection.removeAllRanges();
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps this line is not needed since toggle-selection package is used.

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