mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-02 13:41:49 +02:00
fix(clipboard-manager): Drop on exit (#2280)
* fix(clipboard-manager): Drop on exit ref https://docs.rs/arboard/latest/arboard/struct.Clipboard.html ref https://github.com/tauri-apps/plugins-workspace/issues/2267 * more specific
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
clipboard-manager: patch
|
||||
clipboard-manager-js: patch
|
||||
---
|
||||
|
||||
Explicitly drop `arboard::Clipboard` on exit. Add recommendation to not use read methods on the mainthread.
|
||||
Reference in New Issue
Block a user