mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02:00
* Filemanager: fix after opening and closing the gallery in filemanager the list is no longer accessible
This commit is contained in:
parent
fc1f6f3cc2
commit
60f3040978
@ -921,6 +921,12 @@ export function ExposeMixin<B extends Constructor<LitElement>>(superclass : B)
|
|||||||
{
|
{
|
||||||
// Check to see if we're in a nextmatch, remove magic
|
// Check to see if we're in a nextmatch, remove magic
|
||||||
let nm = this.find_nextmatch(this);
|
let nm = this.find_nextmatch(this);
|
||||||
|
|
||||||
|
// redefine essential removeClass method in case the active element has no longer contains it.
|
||||||
|
if (!this._gallery.activeIndicator.removeClass)
|
||||||
|
{
|
||||||
|
this._gallery.activeIndicator.removeClass = blueimp.helper.prototype.removeClass;
|
||||||
|
}
|
||||||
if(nm && !this._is_target_indepth(nm))
|
if(nm && !this._is_target_indepth(nm))
|
||||||
{
|
{
|
||||||
// Remove scrolling from thumbnails
|
// Remove scrolling from thumbnails
|
||||||
|
Loading…
x
Reference in New Issue
Block a user