()
| 396 | } |
| 397 | |
| 398 | updateShell() { |
| 399 | // Update the SideNav state (if necessary). |
| 400 | this.updateSideNav(); |
| 401 | |
| 402 | // Update the host classes. |
| 403 | this.setPageId(this.currentDocument.id); |
| 404 | this.setFolderId(this.currentDocument.id); |
| 405 | this.updateHostClasses(); |
| 406 | } |
| 407 | |
| 408 | updateSideNav() { |
| 409 | // Preserve current sidenav open state by default. |
no test coverage detected