mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[GH-ISSUE #660] [bug] 编辑回退过多问题 #485
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#485
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 @Frode-vivi on GitHub (Sep 19, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/660
详细描述这个 Bug
在使用时,发现编辑回退的逻辑似乎存在一点混乱!有时进行一次编辑后回退会仅回退一步(这是预期响应),比如撤销一个字/符号等,而有时会回退多步,以至于本想撤回一个字,却不知道回退了哪些地方,需要挨个从头到尾检查最近的编辑动作,已确认是否没有被过多回退
NoteGen 版本
V0.20.2
操作系统
Windows
报错日志
No response
@codexu commented on GitHub (Sep 28, 2025):
回退记录是存在一个延迟的,短时间快速的多次输入会被记录为一次,所以回退时不是一个字一个字的回退。