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

Method insertHTML

src/trix/models/editor.js:79–81  ·  view source on GitHub ↗
(html)

Source from the content-addressed store, hash-verified

77 }
78
79 insertHTML(html) {
80 return this.composition.insertHTML(html)
81 }
82
83 insertString(string) {
84 return this.composition.insertString(string)

Callers 6

pasteMethod · 0.45
pasteMethod · 0.45
insertFromPasteMethod · 0.45
pasteFunction · 0.45
insertFromPasteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected