Make the comment correspond to the code. A good catch by lit-analyzer.
This commit is contained in:
@ -19,7 +19,7 @@ export interface ILoadingOverlay {
|
|||||||
* The LoadingOverlay is meant to cover the container element completely, hiding the content behind
|
* The LoadingOverlay is meant to cover the container element completely, hiding the content behind
|
||||||
* a dimming filter, while content loads.
|
* a dimming filter, while content loads.
|
||||||
*
|
*
|
||||||
* @slot "body" - [Optional] message content to display while the overlay is visible.
|
* @slot - [Optional] message content to display while the overlay is visible.
|
||||||
*/
|
*/
|
||||||
@customElement("ak-loading-overlay")
|
@customElement("ak-loading-overlay")
|
||||||
export class LoadingOverlay extends AKElement implements ILoadingOverlay {
|
export class LoadingOverlay extends AKElement implements ILoadingOverlay {
|
||||||
|
|||||||
Reference in New Issue
Block a user