mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-19 21:00:14 +08:00
Merge pull request #6295 from Gerschel/master
better targetting, class tabs was autoassigned
This commit is contained in:
commit
a2ff57cfb0
@ -4,7 +4,7 @@ function gradioApp() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function get_uiCurrentTab() {
|
function get_uiCurrentTab() {
|
||||||
return gradioApp().querySelector('.tabs button:not(.border-transparent)')
|
return gradioApp().querySelector('#tabs button:not(.border-transparent)')
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_uiCurrentTabContent() {
|
function get_uiCurrentTabContent() {
|
||||||
|
Loading…
Reference in New Issue
Block a user