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

Method saveChangesCallback

app/core/treema-ext.js:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192
193 editContent () {
194 const saveChangesCallback = data => {
195 this.data = data
196 this.saveChanges()
197 this.flushChanges()
198 return this.refreshDisplay()
199 }
200 return this.settings.callbacks.showRichTextModal(this.data, saveChangesCallback)
201 }
202

Callers

nothing calls this directly

Calls 1

saveChangesMethod · 0.45

Tested by

no test coverage detected