mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[GH-ISSUE #138] [bug] Ctrl+X快捷键设置为剪切一整行,当前跟清除键效果相同,只删除一个字符 #102
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#102
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 @achieve-dream1221 on GitHub (Apr 22, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/138
详细描述这个 Bug
] Ctrl+X快捷键设置为剪切一整行,当前跟清除键效果相同,只删除一个字符
NoteGen 版本
0.13.2
操作系统
Windows
报错日志
No response
@codexu commented on GitHub (Apr 23, 2025):
编辑器使用的 vditor,文本编辑,没有行的概念,只有段落,与代码行有区别,直接剪切个段落显然不符合逻辑。