Micro comment spacing fix.
This commit is contained in:
@@ -160,7 +160,7 @@ export class FrigateCardMediaCarousel extends FrigateCardCarousel {
|
|||||||
*/
|
*/
|
||||||
protected _reinitIfNecessary(): void {
|
protected _reinitIfNecessary(): void {
|
||||||
if (this._needReInit) {
|
if (this._needReInit) {
|
||||||
//The original options are included here, although this should not be
|
// The original options are included here, although this should not be
|
||||||
// necessary (without including them, Safari ends up not having a looping
|
// necessary (without including them, Safari ends up not having a looping
|
||||||
// live carousel).
|
// live carousel).
|
||||||
this._carousel?.reInit(this._getOptions());
|
this._carousel?.reInit(this._getOptions());
|
||||||
|
|||||||
Reference in New Issue
Block a user