Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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)
Callers
13
perform
Method · 0.95
compositionDidChangeDocument
Method · 0.95
compositionDidRequestChangingSelectionToLocationRange
Method · 0.95
compositionDidLoadSnapshot
Method · 0.95
inputControllerDidHandleInput
Method · 0.95
toolbarDidToggleAttribute
Method · 0.95
toolbarDidUpdateAttribute
Method · 0.95
toolbarDidRemoveAttribute
Method · 0.95
freezeSelection
Method · 0.95
thawSelection
Method · 0.95
removeAttachment
Method · 0.95
serializeSelectionToDataTransfer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected