(code)
| 144 | } |
| 145 | } |
| 146 | onChanged(code) { |
| 147 | this.insertionOffset = code.selectionOffset; |
| 148 | this.onEdited(code); |
| 149 | this.onSelected(code); |
| 150 | } |
| 151 | onCreate(code, data, dictionary) { |
| 152 | this.data = data; |
| 153 | this.cursorAnchor = null; |
no test coverage detected