ChurchTao / clipboard-rs

Cross-platform clipboard API (text | image | rich text | html | files | monitoring changes) | 跨平台剪贴板 API(文本|图片|富文本|html|文件|监听变化) Windows,MacOS,Linux
https://docs.rs/clipboard-rs
MIT License
56 stars 9 forks source link

Bug: Cannot paste after writing image to clipboard (on Windows) #17

Closed HuakunShen closed 5 months ago

HuakunShen commented 5 months ago

The problem | 问题描述

After writing image to clipboard (with clipboard-rs) on Windows, I cannot paste the image in other applications.

Release version | 版本

0.1.5

Operating system | 操作系统

Win11

Logs | 日志

No response

HuakunShen commented 5 months ago

Issue first mentioned in https://github.com/CrossCopy/tauri-plugin-clipboard/issues/21

ChurchTao commented 5 months ago

fixed on https://github.com/ChurchTao/clipboard-rs/pull/20