Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
composition_test.js
File · 0.45
insertString
Function · 0.45
mutation_input_test.js
File · 0.45
composition_input_test.js
File · 0.45
custom_element_test.js
File · 0.45
trix.js
File · 0.45
keypress
Function · 0.45
textInput
Function · 0.45
paste
Function · 0.45
o
Function · 0.45
return
Function · 0.45
end
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected