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

Method onDownArrowPressed

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

Source from the content-addressed store, hash-verified

751 }
752
753 onDownArrowPressed (e) {
754 if (!this.isEditing()) { return super.onDownArrowPressed(...arguments) }
755 this.navigateSearch(1)
756 return e.preventDefault()
757 }
758
759 onUpArrowPressed (e) {
760 if (!this.isEditing()) { return super.onUpArrowPressed(...arguments) }

Callers

nothing calls this directly

Calls 1

navigateSearchMethod · 0.95

Tested by

no test coverage detected