Updates the text direction of the overlay panel.
()
| 412 | |
| 413 | /** Updates the text direction of the overlay panel. */ |
| 414 | private _updateElementDirection() { |
| 415 | this._host.setAttribute('dir', this.getDirection()); |
| 416 | } |
| 417 | |
| 418 | /** Updates the size of the overlay element based on the overlay config. */ |
| 419 | private _updateElementSize() { |
no test coverage detected