0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-16 09:14:34 +01:00
gitea/web_src/js/features/comp
wxiaoguang b573512312
Correctly query the primary button in a form (#32438)
The "primary button" is used at many places, but sometimes they might
conflict (due to button switch, hidden panel, dropdown menu, etc).

Sometimes we could add a special CSS class for the buttons, but
sometimes not (see the comment of QuickSubmit)

This PR introduces `querySingleVisibleElem` to help to get the correct
primary button (the only visible one), and prevent from querying the
wrong buttons.

Fix #32437

---------

Co-authored-by: silverwind <me@silverwind.io>
2024-11-07 04:21:53 +08:00
..
ComboMarkdownEditor.ts Add some handy markdown editor features (#32400) 2024-11-04 10:14:36 +00:00
ConfirmModal.ts
EasyMDEToolbarActions.ts
EditorMarkdown.test.ts Add some handy markdown editor features (#32400) 2024-11-04 10:14:36 +00:00
EditorMarkdown.ts Add some handy markdown editor features (#32400) 2024-11-04 10:14:36 +00:00
EditorUpload.test.ts
EditorUpload.ts Add some handy markdown editor features (#32400) 2024-11-04 10:14:36 +00:00
LabelEdit.ts
QuickSubmit.ts Correctly query the primary button in a form (#32438) 2024-11-07 04:21:53 +08:00
ReactionSelector.ts
SearchUserBox.ts
TextExpander.ts
WebHookEditor.ts