Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ afterRender
Method
afterRender
app/views/play/level/AskAIHelpView.js:10–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
}
9
10
afterRender () {
11
super.afterRender()
12
this.vueComponent.$on(
'ask-ai-clicked'
, () => {
13
this.hide()
14
})
15
}
16
}
17
18
AskAIHelpView.prototype.id =
'ask-ai-help-modal'
Callers
nothing calls this directly
Calls
1
hide
Method · 0.45
Tested by
no test coverage detected