mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Fix expose / blueimp throwing errors from next / previous buttons
This commit is contained in:
parent
982f592f38
commit
4bae269e14
@ -654,7 +654,7 @@ export function ExposeMixin<B extends Constructor<LitElement>>(superclass : B)
|
||||
}
|
||||
if(active)
|
||||
{
|
||||
this._gallery.activeIndicator = this._gallery.indicators[index];
|
||||
this._gallery.setActiveIndicator(this._gallery.indicators[index])
|
||||
}
|
||||
|
||||
// positions
|
||||
|
Loading…
Reference in New Issue
Block a user