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

Method onInputChanged

app/views/i18n/I18NEditModelView.js:147–152  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

145 buildTranslationList () { return [] } // overwrite
146
147 onInputChanged (e) {
148 const index = $(e.target).data('index')
149 const rowInfo = this.translationList[index]
150 const value = $(e.target).val()
151 return this.onTranslationChanged(rowInfo, value)
152 }
153
154 onTranslationChanged (rowInfo, value) {
155 // - Navigate down to where the translation will live

Callers

nothing calls this directly

Calls 2

onTranslationChangedMethod · 0.95
dataMethod · 0.80

Tested by

no test coverage detected