kuaifan
3f5078ec9b
fix(frontend): 修复多处输入框 IME 合成期回车/Backspace 误触发提交
- file.vue 块模式文件重命名输入框 @on-keyup → @on-keydown,
避免拼音选词回车的 keyup 阶段误触发提交
- TagInput 回车添加 tag、Backspace 删除 tag 增加 IME 守卫
(isComposing / key=Process / keyCode=229),避免拼音选词回车
误加 tag、合成期 Backspace 误删上一个 tag
- login / ProjectPanel / UserTagsModal / TaskAdd 的 @on-enter
改用 @on-keydown 包装 (keyCode===13),绕开 iview Input
handleEnter 走 keyup.enter 在 IME 选词回车会误触发提交的问题
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-14 23:03:01 +00:00
..
2026-06-12 08:18:24 +00:00
2025-08-07 14:22:00 +08:00
2026-06-14 05:30:31 +00:00
2025-11-03 00:45:34 +08:00
2025-08-08 07:58:49 +08:00
2025-06-04 07:02:19 +08:00
2025-04-08 21:43:41 +08:00
2026-05-03 00:05:31 +00:00
2025-11-06 14:03:58 +00:00
2024-01-17 23:22:13 +08:00
2025-04-03 22:35:46 +08:00
2025-05-06 16:13:37 +08:00
2024-09-20 21:46:28 +03:00
2024-04-22 10:00:26 +08:00
2025-08-06 11:04:22 +08:00
2023-03-24 09:08:53 +08:00
2026-05-21 00:14:36 +00:00
2025-03-14 12:07:49 +08:00
2025-04-19 07:57:43 +08:00
2024-10-28 21:18:24 +08:00
2025-05-06 16:13:37 +08:00
2025-03-26 14:17:15 +08:00
2025-03-30 10:45:24 +08:00
2026-01-12 09:07:10 +08:00
2023-08-02 22:16:55 +08:00
2024-12-09 07:35:10 +08:00
2023-04-25 12:03:59 +08:00
2026-01-15 09:09:58 +00:00
2026-01-16 08:49:25 +00:00
2025-03-18 18:36:20 +08:00
2025-05-06 16:13:37 +08:00
2026-06-14 23:03:01 +00:00
2025-09-28 05:19:27 +08:00
2026-05-21 00:14:36 +00:00
2026-05-21 05:01:15 +00:00
2021-06-10 13:23:01 +08:00