(e3)
| 651 | (0, s2.paste)(e3, this.textarea, this.coreService, this.optionsService); |
| 652 | } |
| 653 | attachCustomKeyEventHandler(e3) { |
| 654 | this._customKeyEventHandler = e3; |
| 655 | } |
| 656 | attachCustomWheelEventHandler(e3) { |
| 657 | this._customWheelEventHandler = e3; |
| 658 | } |
no outgoing calls
no test coverage detected