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

Added fix for clipboard commands when there are multiple editors #57

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

ryan-stackwave
Copy link
Contributor

Added fix for clipboard commands when there are multiple editors on a page to resolve #24

@tnrich

@tnrich
Copy link
Collaborator

tnrich commented Feb 20, 2024

Awesome thanks @ryan-stackwave looks good to me!

@tnrich tnrich merged commit 15b0a73 into TeselaGen:master Feb 20, 2024
7 checks passed
@tnrich
Copy link
Collaborator

tnrich commented Feb 20, 2024

@ryan-stackwave looks like a couple tests failed due to this line:

`#${props.editorName} .veVectorInteractionWrapper`

I think changing it to

`.${props.editorName} .veVectorInteractionWrapper`

would fix the problem. I'm going to go ahead and make that change. Let me know if that doesn't work for you though for some reason?

@ryan-stackwave
Copy link
Contributor Author

@tnrich that works for me.

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.

Copy command in menu toolbar "Edit" menu doesn't work for multiple editors
2 participants