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

Fix copy paste #124

Merged
merged 1 commit into from
Jun 14, 2021
Merged

Fix copy paste #124

merged 1 commit into from
Jun 14, 2021

Conversation

planger
Copy link
Member

@planger planger commented Jun 8, 2021

Switches mime type of clipboard ID to text/plain.
Prevents GLSP handling paste if the active element isn't the SVG element.
Tests whether copy, cut and paste commands are supported in the browser
to enable even paste in an Electron context.

Fixes eclipse-glsp/glsp#249

Switches mime type of clipboard ID to text/plain.
Prevents GLSP handling paste if the active element isn't the SVG element.
Tests whether copy, cut and paste commands are supported in the browser
to enable even paste in an Electron context.

Fixes eclipse-glsp/glsp#249
Copy link
Contributor

@martin-fleck-at martin-fleck-at left a comment

Choose a reason for hiding this comment

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

Great work, thank you Philip! Paste now works for me as expected.

@martin-fleck-at martin-fleck-at merged commit ca6fb1d into master Jun 14, 2021
@martin-fleck-at martin-fleck-at deleted the planger/issues/249 branch June 14, 2021 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Copy&Paste does not work anymore and prevents paste in UIExtension input
3 participants