()
| 395 | } |
| 396 | |
| 397 | afterModelChange() { |
| 398 | this.reloadPoints(); |
| 399 | this.rawPath = this.parsedPath.asString(4, this.cfg.minifyOutput); |
| 400 | if(this.focusedItem && this.parsedPath.path.indexOf(this.focusedItem) === -1) { |
| 401 | this.focusedItem = null; |
| 402 | } |
| 403 | } |
| 404 | |
| 405 | roundValues(decimals: number) { |
| 406 | this.reloadPath(this.parsedPath.asString(decimals, this.cfg.minifyOutput)); |
no test coverage detected