better targetting, class tabs was autoassigned
I moved a preset manager into quicksettings, this function was targeting my component instead of the tabs. This is because class tabs is autoassigned, while element id #tabs is not, this allows a tabbed component to live in the quicksettings.
This commit is contained in:
parent
7e549468b3
commit
4fc8154207
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ function gradioApp() {
|
|||
}
|
||||
|
||||
function get_uiCurrentTab() {
|
||||
return gradioApp().querySelector('.tabs button:not(.border-transparent)')
|
||||
return gradioApp().querySelector('#tabs button:not(.border-transparent)')
|
||||
}
|
||||
|
||||
function get_uiCurrentTabContent() {
|
||||
|
|
Loading…
Reference in a new issue