()
| 1108 | } |
| 1109 | |
| 1110 | focus(): void { |
| 1111 | this.focusPart(Parts.EDITOR_PART); |
| 1112 | } |
| 1113 | |
| 1114 | getDimension(part: Parts): Dimension | undefined { |
| 1115 | return this.getPart(part).dimension; |
nothing calls this directly
no outgoing calls
no test coverage detected