(e4)
| 543 | this.hasSelection() && (0, s2.copyHandler)(e4, this._selectionService); |
| 544 | }))); |
| 545 | const e3 = (e4) => (0, s2.handlePasteEvent)(e4, this.textarea, this.coreService, this.optionsService); |
| 546 | this.register((0, r.addDisposableDomListener)(this.textarea, "paste", e3)), this.register((0, r.addDisposableDomListener)(this.element, "paste", e3)), k.isFirefox ? this.register((0, r.addDisposableDomListener)(this.element, "mousedown", ((e4) => { |
| 547 | 2 === e4.button && (0, s2.rightClickHandler)(e4, this.textarea, this.screenElement, this._selectionService, this.options.rightClickSelectsWord); |
| 548 | }))) : this.register((0, r.addDisposableDomListener)(this.element, "contextmenu", ((e4) => { |
nothing calls this directly
no outgoing calls
no test coverage detected