MCPcopy
hub / github.com/basecamp/trix / render

Method render

src/trix/controllers/editor_controller.js:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 }
113
114 render() {
115 return this.compositionController.render()
116 }
117
118 reparse() {
119 return this.composition.replaceHTML(this.editorElement.innerHTML)

Calls

no outgoing calls

Tested by

no test coverage detected