Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danja/dogalog
/ show
Method
show
src/tutorial/tutorialOverlay.js:201–205 ·
view source on GitHub ↗
* Show overlay
()
Source
from the content-addressed store, hash-verified
199
* Show overlay
200
*/
201
show() {
202
this.visible = true;
203
this.element.style.display =
'flex'
;
204
this.showStep(this.manager.getCurrentStep());
205
}
206
207
/**
208
* Hide overlay
Callers
3
setupEventListeners
Method · 0.95
showStep
Method · 0.95
toggle
Method · 0.95
Calls
2
showStep
Method · 0.95
getCurrentStep
Method · 0.80
Tested by
no test coverage detected