(string, options)
| 90 | } |
| 91 | |
| 92 | insertString(string, options) { |
| 93 | const attributes = this.getCurrentTextAttributes() |
| 94 | const text = Text.textForStringWithAttributes(string, attributes) |
| 95 | return this.insertText(text, options) |
| 96 | } |
| 97 | |
| 98 | insertBlockBreak() { |
| 99 | const selectedRange = this.getSelectedRange() |
no test coverage detected