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

Method requestReparse

src/trix/controllers/input_controller.js:37–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 requestReparse() {
38 this.delegate?.inputControllerDidRequestReparse?.()
39 return this.requestRender()
40 }
41
42 attachFiles(files) {
43 const operations = Array.from(files).map((file) => new FileVerificationOperation(file))

Callers 2

elementDidMutateMethod · 0.45
endMethod · 0.45

Calls 2

requestRenderMethod · 0.95

Tested by

no test coverage detected