mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[PR #574] [MERGED] fix: 修复中文输入法在文件夹命名时的空格替换问题 #755
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#755
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?
📋 Pull Request Information
Original PR: https://github.com/codexu/note-gen/pull/574
Author: @jiayuqi7813
Created: 8/22/2025
Status: ✅ Merged
Merged: 8/29/2025
Merged by: @codexu
Base:
dev← Head:dev📝 Commits (3)
2ed541dfeat: 优化输入处理,支持输入法合成状态下的空格替换46552d2feat: 优化输入处理,支持输入法合成状态下的光标位置保持和空格替换dbb11ddMerge branch 'codexu:dev' into dev📊 Changes
2 files changed (+107 additions, -18 deletions)
View changed files
📝
src/app/core/article/file/file-item.tsx(+45 -11)📝
src/app/core/article/file/folder-item/index.tsx(+62 -7)📄 Description
修复在文件/文件夹重命名时使用中文输入法会导致拼音阶段的空格被错误替换为下划线,造成输入混乱。
例如:输入"你好"时会显示为"ni_hni_hani_hao你好"
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.