Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/basecamp/trix
/ requestRender
Method
requestRender
src/trix/controllers/input_controller.js:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
requestRender() {
34
return
this.delegate?.inputControllerDidRequestRender?.()
35
}
36
37
requestReparse() {
38
this.delegate?.inputControllerDidRequestReparse?.()
Callers
11
requestReparse
Method · 0.95
attachFiles
Method · 0.95
drop
Method · 0.45
cut
Method · 0.45
paste
Method · 0.45
tab
Method · 0.45
o
Method · 0.45
return
Method · 0.45
elementDidMutate
Method · 0.45
deleteInDirection
Method · 0.45
start
Method · 0.45
Calls
1
inputControllerDidRequestRender
Method · 0.45
Tested by
no test coverage detected