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

Method onUpArrowPressed

app/core/treema-ext.js:759–763  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

757 }
758
759 onUpArrowPressed (e) {
760 if (!this.isEditing()) { return super.onUpArrowPressed(...arguments) }
761 e.preventDefault()
762 return this.navigateSearch(-1)
763 }
764
765 navigateSearch (offset) {
766 const selected = this.getSelectedResultEl()

Callers

nothing calls this directly

Calls 1

navigateSearchMethod · 0.95

Tested by

no test coverage detected