Fix expose / blueimp throwing errors from next / previous buttons

This commit is contained in:
nathan 2024-10-22 14:46:56 -06:00
parent 982f592f38
commit 4bae269e14

View File

@ -654,7 +654,7 @@ export function ExposeMixin<B extends Constructor<LitElement>>(superclass : B)
} }
if(active) if(active)
{ {
this._gallery.activeIndicator = this._gallery.indicators[index]; this._gallery.setActiveIndicator(this._gallery.indicators[index])
} }
// positions // positions