MCPcopy
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
17function get_uiCurrentTabContent() {
18 return gradioApp().querySelector('.tabitem[id^=tab_]:not([style*="display: none"])')
19}
20
21function onUiUpdate(callback) {
22 uiUpdateCallbacks.push(callback)

Callers 1

main.jsFile · 0.85

Calls 1

gradioAppFunction · 0.85

Tested by

no test coverage detected