Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danja/dogalog
/ toggle
Method
toggle
src/tutorial/tutorialOverlay.js:218–224 ·
view source on GitHub ↗
* Toggle overlay visibility
()
Source
from the content-addressed store, hash-verified
216
* Toggle overlay visibility
217
*/
218
toggle() {
219
if
(this.visible) {
220
this.hide();
221
}
else
{
222
this.show();
223
}
224
}
225
226
/**
227
* Get overlay DOM element
Callers
1
initializeApp
Function · 0.95
Calls
2
hide
Method · 0.95
show
Method · 0.95
Tested by
no test coverage detected