Don't need to use clickAllowed anymore.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user