* Returns the dialog if present.
()
| 150 | * Returns the dialog if present. |
| 151 | */ |
| 152 | getDialog(): HTMLElement | null { |
| 153 | return this._dialog && document.contains(this._dialog) ? this._dialog : null; |
| 154 | } |
| 155 | } |
no outgoing calls
no test coverage detected