fix extensions reset

This commit is contained in:
Vladimir Mandic
2023-07-20 09:52:18 -04:00
parent 57d1d3ed16
commit a3ab302f51
10 changed files with 54 additions and 33 deletions
+2
View File
@@ -13,6 +13,8 @@ function getUICurrentTabContent() {
return gradioApp().querySelector('.tabitem[id^=tab_]:not([style*="display: none"])');
}
const get_uiCurrentTabContent = getUICurrentTabContent;
const get_uiCurrentTab = getUICurrentTab;
const uiAfterUpdateCallbacks = [];
const uiUpdateCallbacks = [];
const uiLoadedCallbacks = [];