From 10cf92be82a36ad1c2dbc8836c93bc63e512bcae Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Thu, 30 Nov 2023 21:44:09 +0100 Subject: [PATCH] Enable controls hiding. fixes #748 --- .../lightbox/controls/controls.lightbox.gallery.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.ts b/src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.ts index b5a70a1f..97ccbe05 100644 --- a/src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.ts +++ b/src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.ts @@ -433,7 +433,7 @@ export class ControlsLightboxComponent implements OnDestroy, OnInit, OnChanges { } private hideControls = () => { - //this.controllersDimmed = true; + this.controllersDimmed = true; }; private updateFaceContainerDim(): void {