mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-20 11:30:56 -08:00
Merge pull request #9315 from GeorgLegato/get_uiCurrentTab_Gr3.23_wrong
get_uiCurrentTab() wrong with Gradio 3.23.0
This commit is contained in:
commit
31dbec6b76
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ function gradioApp() {
|
|||
}
|
||||
|
||||
function get_uiCurrentTab() {
|
||||
return gradioApp().querySelector('#tabs button:not(.border-transparent)')
|
||||
return gradioApp().querySelector('#tabs button.selected')
|
||||
}
|
||||
|
||||
function get_uiCurrentTabContent() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue