()
| 395 | } |
| 396 | |
| 397 | onEnterDOM() { |
| 398 | if (isDesktop()) { |
| 399 | this.setAttribute("desktop", ""); |
| 400 | } |
| 401 | |
| 402 | this.initialsContainer && ResizeHandler.register(this.initialsContainer, |
| 403 | this._handleResizeBound); |
| 404 | } |
| 405 | |
| 406 | onExitDOM() { |
| 407 | this.initialsContainer && ResizeHandler.deregister(this.initialsContainer, |