Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Akegarasu/ChatGLM-webui
/ get_uiCurrentTabContent
Function
get_uiCurrentTabContent
scripts/main.js:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
}
16
17
function
get_uiCurrentTabContent() {
18
return
gradioApp().querySelector(
'.tabitem[id^=tab_]:not([style*="display: none"])'
)
19
}
20
21
function
onUiUpdate(callback) {
22
uiUpdateCallbacks.push(callback)
Callers
1
main.js
File · 0.85
Calls
1
gradioApp
Function · 0.85
Tested by
no test coverage detected