MCPcopy Index your code
hub / github.com/basecamp/trix / handleInput

Method handleInput

src/trix/controllers/input_controller.js:70–77  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

68 }
69
70 handleInput(callback) {
71 try {
72 this.delegate?.inputControllerWillHandleInput()
73 callback.call(this)
74 } finally {
75 this.delegate?.inputControllerDidHandleInput()
76 }
77 }
78
79 createLinkHTML(href, text) {
80 const link = document.createElement("a")

Callers 3

attachFilesMethod · 0.95
handlerForMethod · 0.95
elementDidMutateMethod · 0.45

Tested by

no test coverage detected