mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[GH-ISSUE #16] 文本框无法粘贴文本 #3
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#3
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 @csu-chaniel on GitHub (Jan 7, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/16
问题描述:在记录页面中,点击左上角第三个按钮「文本」,弹出文本框,无法在文本框中粘贴,只能键盘输入文字。

系统信息:

@codexu commented on GitHub (Jan 7, 2025):
目测问题是,剪贴板识别后会在对话处展示,而后清空剪贴板,这块处理逻辑有点问题,后续调整一下。
@codexu commented on GitHub (Jan 8, 2025):
v0.6.3版本已修复