mirror of
https://github.com/vladmandic/automatic
synced 2026-08-25 22:20:46 +02:00
fix extensions reset
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user