mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[GH-ISSUE #388] [bug] 使用TAB将无序列表转为次级时失败 #284
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#284
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 @leo-davisf on GitHub (Jul 13, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/388
详细描述这个 Bug
在使用写作功能进行笔记记录时,使用TAB键将无序列表转为次级时失败,且按下时光标切换到下方「markdown」,「html」等标签上,这种情况常常在使用一段时间后,或笔记记录靠近ui最下方时发生,但不能稳定复现,并且在重启后恢复正常。
在正常情况下光标在一行空的无序列表时按下TAB键,或光标在有内容的无序列表行首按下TAB键,都可以将该行变为次级,但在该bug发生时,这两种都变为了切换光标至最下方的[Markdown],[HTML],[JSON]标签上。
经测试发现在正常情况下,当光标在无序列表的行末时按下TAB键,此时会切换光标至最下方的[Markdown],[HTML],[JSON]标签上。
该bug在先前使用0.19.2时也有发生。
NoteGen 版本
0.19.2
操作系统
Windows
报错日志
No response
@codexu commented on GitHub (Jul 14, 2025):
希望可以提供视频复现此 bug。