Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.80
Contextmenu
Function · 0.80
Calls
1
off
Method · 0.80
Tested by
no test coverage detected