mirror of
https://github.com/go-gitea/gitea
synced 2024-11-14 22:24:24 +00:00
b573512312
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> |
||
---|---|---|
.. | ||
components | ||
features | ||
markup | ||
modules | ||
render | ||
standalone | ||
utils | ||
vendor | ||
webcomponents | ||
bootstrap.test.ts | ||
bootstrap.ts | ||
globals.d.ts | ||
globals.ts | ||
htmx.ts | ||
index.ts | ||
svg.test.ts | ||
svg.ts | ||
types.ts | ||
utils.test.ts | ||
utils.ts | ||
vitest.setup.ts |