()
| 78 | } |
| 79 | |
| 80 | public cancelNewLine() { |
| 81 | if (this.newLine) { |
| 82 | this.pendingIntent = false; |
| 83 | this.newLine = false; |
| 84 | this.parts.pop(); |
| 85 | } |
| 86 | } |
| 87 | |
| 88 | public getText(): string { |
| 89 | return this.parts.join(''); |
no outgoing calls
no test coverage detected