MCPcopy Create free account
hub / github.com/codecombat/codecombat / afterRender

Method afterRender

app/views/editor/chat/ChatEditView.js:83–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 }
82
83 afterRender () {
84 let left
85 super.afterRender()
86 if (!this.supermodel.finished()) { return }
87 return this.originalMessageText != null ? this.originalMessageText : (this.originalMessageText = (left = __guard__(this.chat.get('message'), x => x.originalText)) != null ? left : __guard__(this.chat.get('message'), x1 => x1.text))
88 }
89
90 onPopulateI18N () {
91 return this.chat.populateI18N()

Callers

nothing calls this directly

Calls 2

__guard__Function · 0.70
getMethod · 0.45

Tested by

no test coverage detected