1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Enable controls hiding. fixes #748

This commit is contained in:
Patrik J. Braun 2023-11-30 21:44:09 +01:00
parent 0dec77c0ef
commit 10cf92be82

View File

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