Focuses the active date.
()
| 498 | |
| 499 | /** Focuses the active date. */ |
| 500 | focusActiveCell() { |
| 501 | this._getCurrentViewComponent()?._focusActiveCell(false); |
| 502 | } |
| 503 | |
| 504 | /** Updates today's date after an update of the active date */ |
| 505 | updateTodaysDate() { |
no test coverage detected