-
Notifications
You must be signed in to change notification settings - Fork 80
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
Can't paste on windows platform #84
Comments
Thanks for opening an issue, @ar37-rs. I was able to reproduce the behavior locally but AFAICT, this is a side-effect of intentional changes made in #60. Does your problem go away if you close the clipboard right after finishing the text setting? In that PR, I apologize for forgetting to add this in the changelog for 3.0. I've opened #85 to handle that. |
Closes #2109 Since arboard 3.0 you must absolutely not hold onto `arboard::Clipbaord` longer than you are using it. See 1Password/arboard#84
Closes #2109 Since arboard 3.0 you must absolutely not hold onto `arboard::Clipbaord` longer than you are using it. See 1Password/arboard#84
Hey again, @ar37-rs. I just wanted to let you know that the problematic changes have been undone and published as |
Closes emilk/egui#2109 Since arboard 3.0 you must absolutely not hold onto `arboard::Clipbaord` longer than you are using it. See 1Password/arboard#84
Since version 3, arboard can't paste on other apps with text edior including vscode.
The text was updated successfully, but these errors were encountered: