(code)
| 278 | code.container.reveal(code.selectionBounds, true); |
| 279 | } |
| 280 | onSelected(code) { |
| 281 | code.bubble("onCodeSelected"); |
| 282 | this.data.at = undefined; |
| 283 | } |
| 284 | onStateChanged(code, state) { |
| 285 | if (state) { |
| 286 | let line = state.line; |
no test coverage detected