MCPcopy
hub / github.com/Akegarasu/ChatGLM-webui / get_uiCurrentTab

Function get_uiCurrentTab

scripts/main.js:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11}
12
13function get_uiCurrentTab() {
14 return gradioApp().querySelector('.tabs button:not(.border-transparent)')
15}
16
17function get_uiCurrentTabContent() {
18 return gradioApp().querySelector('.tabitem[id^=tab_]:not([style*="display: none"])')

Callers 1

main.jsFile · 0.85

Calls 1

gradioAppFunction · 0.85

Tested by

no test coverage detected