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

Webview: Context Menu: Copy link and *URLs (#110) #372

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

jermy-c
Copy link
Collaborator

@jermy-c jermy-c commented Jan 11, 2025

  • There's this Failed to execute 'writeText' on 'Clipboard': Document is not focused error when using the navigator.clipboard so I decided to use the one provided by electron
  • The read() functions aren't exposed in the renderer process because it poses a security threat where the some code could be used to check what is on the users system clipboard
  • So far I haven't found any way to fix Failed to execute 'writeText' on 'Clipboard': Document is not focused error to avoid using this method

@benbucksch
Copy link
Collaborator

#357 (comment)

@benbucksch benbucksch merged commit d318bdc into master Jan 13, 2025
@benbucksch benbucksch deleted the jeremy/copylink branch January 13, 2025 19:22
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.

2 participants