Updates the text direction of the overlay panel.
()
| 402 | |
| 403 | /** Updates the text direction of the overlay panel. */ |
| 404 | private _updateElementDirection() { |
| 405 | this._host.setAttribute('dir', this.getDirection()); |
| 406 | } |
| 407 | |
| 408 | /** Updates the size of the overlay element based on the overlay config. */ |
| 409 | private _updateElementSize() { |
no test coverage detected