-
Notifications
You must be signed in to change notification settings - Fork 104
Copy action of the context menu is broken #49
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
Labels
Comments
vladimiry
added a commit
that referenced
this issue
Nov 3, 2018
vladimiry
added a commit
that referenced
this issue
Nov 3, 2018
Copy/paste context menu actions got fixed, it will be a part of the upcoming release. |
vladimiry
added a commit
that referenced
this issue
Nov 3, 2018
Here is the related issue electron/electron#15219. So as originally assumed, the problem has arrived with Electron v2 => v3 upgrade. Nevertheless implemented workaround resolves the issue for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It currently works properly only in one case - Tutanota accounts view. Might be related to the recent Electron.js version upgrade.
The workaround is using copy hotkey instead of the menu action, like
ctrl+c
.Here is the issue related to the original implementation #11
The text was updated successfully, but these errors were encountered: