Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
paste
Method · 0.45
paste
Method · 0.45
insertFromPaste
Method · 0.45
mutation_input_test.js
File · 0.45
paste
Function · 0.45
insertFromPaste
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected