1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-01-24 05:17:16 +02:00

Reenable controls dimming in lightbox

This commit is contained in:
Patrik J. Braun 2023-01-08 11:36:02 +01:00
parent 4e6922054e
commit 40dc25009f

View File

@ -433,7 +433,7 @@ export class ControlsLightboxComponent implements OnDestroy, OnInit, OnChanges {
}
private hideControls = () => {
// this.controllersDimmed = true;
this.controllersDimmed = true;
};
private updateFaceContainerDim(): void {