()
| 14 | } |
| 15 | |
| 16 | render() { |
| 17 | this.document = this.editor.getDocument() |
| 18 | this.range = this.editor.getSelectedRange() |
| 19 | this.locationRange = this.composition.getLocationRange() |
| 20 | this.characters = this.getCharacters() |
| 21 | return super.render(...arguments) |
| 22 | } |
| 23 | |
| 24 | getCharacters() { |
| 25 | const chars = [] |
no test coverage detected