MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / onhide

Method onhide

src/components/WebComponents/wcPage.js:326–329  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

324 }
325
326 onhide() {
327 this.$el.off("hide", this.onhide);
328 handlePagesForSmoothExperienceBack();
329 }
330
331 onshow() {
332 this.$el.off("show", this.onshow);

Callers 2

wcPage.jsFile · 0.80
ContextmenuFunction · 0.80

Calls 1

offMethod · 0.80

Tested by

no test coverage detected