()
| 516 | } |
| 517 | |
| 518 | reloadPoints(): void { |
| 519 | this.targetPoints = this.parsedPath.targetLocations(); |
| 520 | this.controlPoints = this.parsedPath.controlLocations(); |
| 521 | } |
| 522 | |
| 523 | toggleLeftPanel(): void { |
| 524 | this.isLeftPanelOpened = !this.isLeftPanelOpened; |
no test coverage detected