MCPcopy Create free account
hub / github.com/easydiffusion/easydiffusion / isTabActive

Function isTabActive

ui/media/js/main.js:2627–2629  ·  view source on GitHub ↗
(tab)

Source from the content-addressed store, hash-verified

2625 tab.addEventListener("click", (event) => selectTab(tab.id))
2626}
2627function isTabActive(tab) {
2628 return tab.classList.contains("active")
2629}
2630
2631function splashScreen(force = false) {
2632 const splashVersion = splashScreenPopup.dataset["version"]

Callers 2

initMergeUIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected