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

Method redo

app/views/editor/level/thangs/ThangsTabView.js:225–228  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

223 }
224
225 redo (e) {
226 if (document.activeElement?.id === 'thangs-treema') { return }
227 if (!this.editThangView) { this.thangsTreema.redo() } else { this.editThangView.redo() }
228 }
229
230 afterRender () {
231 super.afterRender()

Callers 1

onRedoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected