Don't need to use clickAllowed anymore.

This commit is contained in:
Dermot Duffy
2023-02-18 14:36:39 -08:00
parent 633a4cbdf8
commit c4db626ee1
3 changed files with 4 additions and 23 deletions
-7
View File
@@ -114,13 +114,6 @@ export class FrigateCardCarousel extends LitElement {
return null;
}
/**
* Get the carousel.
*/
public carouselClickAllowed(): boolean {
return this._carousel?.clickAllowed() ?? true;
}
/**
* Get the carousel.
*/