MCPcopy Create free account
hub / github.com/cryptii/cryptii / layout

Method layout

src/View/Viewer/Text.js:131–134  ·  view source on GitHub ↗

* Layouts view and its subviews. * @return {View}

()

Source from the content-addressed store, hash-verified

129 * @return {View}
130 */
131 layout () {
132 this.layoutTextarea()
133 return super.layout()
134 }
135
136 /**
137 * Calculates height nessesary to view the text without scrollbars.

Callers

nothing calls this directly

Calls 1

layoutTextareaMethod · 0.95

Tested by

no test coverage detected