Sync my stories with primary device
This commit is contained in:
parent
7554d8326a
commit
9155784d56
67 changed files with 2954 additions and 1238 deletions
|
@ -12,10 +12,6 @@ import { Lightbox } from '../components/Lightbox';
|
|||
|
||||
let lightboxMountNode: HTMLElement | undefined;
|
||||
|
||||
export function isLightboxOpen(): boolean {
|
||||
return Boolean(lightboxMountNode);
|
||||
}
|
||||
|
||||
export function closeLightbox(): void {
|
||||
if (!lightboxMountNode) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue