diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-17 21:18:25 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-01-17 21:18:25 -0600 |
commit | df4acbd683fb66c469c25915e875a8bcd2d83971 (patch) | |
tree | 0dc157b3310f3be060fead23432a2b2c1264ac80 /src/state/models/shell-ui.ts | |
parent | 065d7ef629c7d991e520fc3dd94cd84b71014902 (diff) | |
parent | 7328e808255aa9680e6af4d2ffdda8b869c2e1f3 (diff) | |
download | voidsky-df4acbd683fb66c469c25915e875a8bcd2d83971.tar.zst |
Merge branch 'improved-lightbox' into main
Diffstat (limited to 'src/state/models/shell-ui.ts')
-rw-r--r-- | src/state/models/shell-ui.ts | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/state/models/shell-ui.ts b/src/state/models/shell-ui.ts index 7628e068f..c12921f33 100644 --- a/src/state/models/shell-ui.ts +++ b/src/state/models/shell-ui.ts @@ -99,11 +99,7 @@ export class ShellUiModel { | ReportAccountModal | undefined isLightboxActive = false - activeLightbox: - | ProfileImageLightbox - | ImageLightbox - | ImagesLightbox - | undefined + activeLightbox: ProfileImageLightbox | ImagesLightbox | undefined isComposerActive = false composerOpts: ComposerOpts | undefined |