(callback: () => void)
| 212 | } |
| 213 | |
| 214 | setStateChangeCallback(callback: () => void): void { |
| 215 | this._onStateChange = callback; |
| 216 | } |
| 217 | |
| 218 | // Called on Enter to expand full pasted content before submission |
| 219 | expandAllPasteBlocks(): void { |
no outgoing calls
no test coverage detected