gitea/web_src/js/features/comp
Giteabot 23d2d224c2
fix: prevent double markdown link brackets when pasting URL (#34745) (#34748)
Backport #34745 by MaxWebZ

When adding a link using the "Add a link" button in comment editor,
pasting a URL resulted in incorrect Markdown formatting (double
brackets) instead of replacing the placeholder text.

This fix adds a context check to prevent creating a new markdown link
when we're already inside an existing one.

Fixes #34740

Co-authored-by: MaxWebZ <5054326@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-06-17 16:21:08 +00:00
..
ComboMarkdownEditor.ts Enable Typescript `noImplicitAny` (#33322) 2025-01-22 15:11:51 +08:00
ConfirmModal.ts Fix file editor & preview (#32706) 2024-12-04 09:26:54 +00:00
Cropper.ts Add cropping support when modifying the user/org/repo avatar (#33498) 2025-02-06 21:07:44 +08:00
EasyMDEToolbarActions.ts Fix remaining typescript issues, enable `tsc` (#32840) 2024-12-16 05:02:32 +08:00
EditorMarkdown.test.ts Fix editor markdown not incrementing in a numbered list (#33187) 2025-01-10 07:28:38 +00:00
EditorMarkdown.ts Enable Typescript `noImplicitAny` (#33322) 2025-01-22 15:11:51 +08:00
EditorUpload.test.ts fix: prevent double markdown link brackets when pasting URL (#34745) (#34748) 2025-06-17 16:21:08 +00:00
EditorUpload.ts fix: prevent double markdown link brackets when pasting URL (#34745) (#34748) 2025-06-17 16:21:08 +00:00
LabelEdit.ts feat: Add sorting by exclusive labels (issue priority) (#33206) 2025-04-10 17:18:07 +00:00
QuickSubmit.ts Enable Typescript `noImplicitAny` (#33322) 2025-01-22 15:11:51 +08:00
ReactionSelector.ts Fix dynamic content loading init problem (#33748) 2025-03-01 02:02:10 +00:00
SearchUserBox.ts Enable Typescript `noImplicitAny` (#33322) 2025-01-22 15:11:51 +08:00
TextExpander.ts Merge and tweak markup editor expander CSS (#34409) (#34415) 2025-05-09 18:58:19 +02:00
WebHookEditor.ts Enable Typescript `noImplicitThis` (#33250) 2025-01-16 04:26:17 +08:00