Merge pull request #6295 from Gerschel/master

better targetting, class tabs was autoassigned
This commit is contained in:
AUTOMATIC1111 2023-01-04 13:47:53 +03:00 committed by GitHub
commit a2ff57cfb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {