MCPcopy 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

setupEventListenersMethod · 0.95
showStepMethod · 0.95
toggleMethod · 0.95

Calls 2

showStepMethod · 0.95
getCurrentStepMethod · 0.80

Tested by

no test coverage detected