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

Method afterInsert

app/views/core/AuthModal.js:89–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 afterInsert () {
90 super.afterInsert()
91 return _.delay(() => $('input:visible:first', this.$el).focus(), 500)
92 }
93
94 destroy () {
95 if (this.nextUrl && (this.nextUrl === window.nextURL)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected