()
| 508 | } |
| 509 | |
| 510 | handleResize() { |
| 511 | // In smaller screen the side navigation hidden when collapsed and there is no overflow items |
| 512 | if (window.innerWidth > SCREEN_WIDTH_BREAKPOINT) { |
| 513 | this._updateOverflowItems(); |
| 514 | } |
| 515 | } |
| 516 | |
| 517 | _updateOverflowItems() { |
| 518 | const domRef = this.getDomRef(); |
no test coverage detected