gitea/web_src/js/features/comp
Hypo ef529de0ac
Prevent navigation keys from triggering actions during IME composition (#36540)
Fixes  #36532 

Refined the Enter key trigger logic in the repository filter to prevent
actions during IME composition.

By checking the e.isComposing property, the filter now correctly
distinguishes between "confirming an IME candidate" and "submitting the
search." This prevents premature search triggers when users press Enter
to select Chinese/Japanese characters.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2026-02-08 14:39:09 +08:00
..
ComboMarkdownEditor.ts Fix and enhance comment editor monospace toggle (#36181) 2026-01-26 14:19:47 +00:00
ConfirmModal.ts Update eslint to v9 (#35485) 2025-09-14 19:15:06 +03:00
Cropper.ts Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +00:00
EasyMDEToolbarActions.ts Fix remaining typescript issues, enable `tsc` (#32840) 2024-12-16 05:02:32 +08:00
EditorMarkdown.test.ts Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +00:00
EditorMarkdown.ts Prevent navigation keys from triggering actions during IME composition (#36540) 2026-02-08 14:39:09 +08:00
EditorUpload.test.ts Enable more markdown paste features in textarea editor (#35494) 2025-09-16 23:55:57 +00:00
EditorUpload.ts Add matching pair insertion to markdown textarea (#36121) 2025-12-10 07:30:50 +00:00
LabelEdit.ts Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +00:00
QuickSubmit.ts Enable Typescript `noImplicitAny` (#33322) 2025-01-22 15:11:51 +08:00
ReactionSelector.ts Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +00:00
SearchRepoBox.ts Fix package link setting can only list limited repositories (#35394) 2025-09-11 01:50:17 +02:00
SearchUserBox.ts Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +00:00
TextExpander.ts Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +00:00
WebHookEditor.ts Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +00:00