mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-26 05:15:54 +03:00
[GH-ISSUE #111] [bug] 截图剪切板 #77
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#77
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Daren-star on GitHub (Mar 14, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/111
详细描述这个 Bug
截图该软件时,软件内会显示有该截图,实际上剪切板内是看不到该截图的,也确实没法粘贴到其他地方去,只能使用右键复制图片来复制图片
截图软件:Snipaste
剪切板软件:ditto
系统win10
报错日志
No response
@codexu commented on GitHub (Mar 14, 2025):
剪贴板识别到有图片的话会在对话中展示,这时候会清空剪贴板,防止再次识别。
这里确实没考虑到要截图本软件的情况,后面优化一下这里吧。
@Daren-star commented on GitHub (Mar 14, 2025):
出现重复识别截图的bug了,截图一张出现n张
@codexu commented on GitHub (Mar 19, 2025):
这个 bug 已经解决,原因是出自写作中也具有一个剪贴板监听的组件,导致重复监听。