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
..
2025-04-14 18:23:04 +08:00
2026-04-05 12:34:27 +00:00
2026-06-02 06:09:50 +00:00
2026-04-05 09:31:41 +00:00
2026-01-12 09:02:58 +08:00
2025-09-24 20:31:54 +08:00
2025-09-24 20:49:09 +08:00
2025-06-04 15:08:31 +08:00
2024-10-22 20:39:09 +08:00
2025-06-04 15:14:31 +08:00
2025-10-13 18:22:25 +08:00
2025-03-18 18:36:20 +08:00
2026-06-02 05:49:33 +00:00
2026-05-21 06:06:39 +00:00
2024-11-18 15:09:22 +08:00
2026-06-04 21:57:49 +00:00
2025-04-07 14:32:24 +08:00
2025-04-07 14:32:24 +08:00
2026-04-05 09:31:41 +00:00
2026-06-11 03:44:16 +00:00
2025-06-03 20:10:22 +08:00
2023-12-14 13:17:49 +08:00
2025-09-24 18:39:25 +08:00
2025-03-14 19:53:00 +08:00
2026-06-04 21:57:49 +00:00
2025-09-26 12:13:38 +08:00
2025-11-06 14:53:16 +00:00
2026-01-12 09:07:10 +08:00
2025-03-26 14:17:15 +08:00
2023-03-24 09:08:53 +08:00
2026-06-02 05:49:33 +00:00
2026-01-14 09:14:35 +08:00
2025-03-18 18:36:20 +08:00
2026-05-21 00:14:36 +00:00
2025-08-01 08:23:35 +08:00
2026-05-21 06:06:39 +00:00
2026-01-12 09:02:58 +08:00
2022-01-13 00:30:36 +08:00
2025-03-18 18:36:20 +08:00
2026-06-14 23:03:01 +00:00
2025-09-22 16:09:33 +08:00
2026-05-21 00:14:36 +00:00
2025-09-26 12:13:38 +08:00
2026-01-12 09:02:58 +08:00
2026-01-15 10:48:56 +00:00
2026-01-15 10:48:56 +00:00
2025-03-18 18:36:20 +08:00
2025-04-07 01:21:50 +08:00
2026-06-14 23:03:01 +00:00
2025-12-26 02:42:47 +00:00
2025-08-01 11:27:00 +08:00
2026-05-21 00:14:36 +00:00
2025-08-01 11:27:00 +08:00
2026-05-29 23:32:24 +00:00
2025-02-14 20:41:04 +08:00
2024-11-21 16:02:53 +08:00
2025-04-14 15:29:53 +08:00
2025-04-13 00:18:39 +08:00
2025-09-24 23:49:22 +08:00
2026-01-22 05:32:27 +00:00
2024-01-17 23:22:13 +08:00
2026-05-21 00:14:36 +00:00
2026-05-11 03:26:59 +00:00
2023-04-06 10:34:23 +08:00
2026-06-02 05:49:33 +00:00
2026-06-04 03:24:50 +00:00
2026-06-01 01:26:34 +00:00
2026-06-14 23:03:01 +00:00
2026-06-04 03:24:50 +00:00