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

Method render

src/inspector/views/document_view.js:12–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 }
11
12 render() {
13 this.document = this.editor.getDocument()
14 return super.render(...arguments)
15 }
16}
17
18Trix.Inspector.registerView(DocumentView)

Callers 1

DocumentViewClass · 0.95

Calls 1

getDocumentMethod · 0.45

Tested by

no test coverage detected