()
| 1248 | } |
| 1249 | |
| 1250 | focusFirstNode() { |
| 1251 | const leafOrder = this.getter(this.leafOrder); |
| 1252 | if (leafOrder.length > 0) { |
| 1253 | this.focusNode(leafOrder[0].nodeid); |
| 1254 | } |
| 1255 | } |
| 1256 | |
| 1257 | getFirstBlockId(): string | undefined { |
| 1258 | const leafOrder = this.getter(this.leafOrder); |
no test coverage detected