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

Method insertString

src/trix/models/editor.js:83–85  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

81 }
82
83 insertString(string) {
84 return this.composition.insertString(string)
85 }
86
87 insertText(text) {
88 return this.composition.insertText(text)

Callers 15

insertStringFunction · 0.45
trix.jsFile · 0.45
keypressFunction · 0.45
textInputFunction · 0.45
pasteFunction · 0.45
oFunction · 0.45
returnFunction · 0.45
endMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected