Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danja/dogalog
/ hide
Method
hide
src/tutorial/tutorialOverlay.js:210–213 ·
view source on GitHub ↗
* Hide overlay
()
Source
from the content-addressed store, hash-verified
208
* Hide overlay
209
*/
210
hide() {
211
this.visible = false;
212
this.element.style.display =
'none'
;
213
}
214
215
/**
216
* Toggle overlay visibility
Callers
5
createOverlay
Method · 0.95
setupEventListeners
Method · 0.95
loadStepCode
Method · 0.95
onComplete
Method · 0.95
toggle
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected