MCPcopy
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

requestReparseMethod · 0.95
attachFilesMethod · 0.95
dropMethod · 0.45
cutMethod · 0.45
pasteMethod · 0.45
tabMethod · 0.45
oMethod · 0.45
returnMethod · 0.45
elementDidMutateMethod · 0.45
deleteInDirectionMethod · 0.45
startMethod · 0.45

Calls 1

Tested by

no test coverage detected