From f240c85ff0adee914b43d9d169fa31260e03265d Mon Sep 17 00:00:00 2001 From: bobzel Date: Wed, 10 Feb 2021 19:06:53 -0500 Subject: fixed following link to document in another context to work in LightboxView --- src/client/views/LightboxView.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/views/LightboxView.tsx') diff --git a/src/client/views/LightboxView.tsx b/src/client/views/LightboxView.tsx index f19aff5f0..4e9491ec6 100644 --- a/src/client/views/LightboxView.tsx +++ b/src/client/views/LightboxView.tsx @@ -19,6 +19,7 @@ interface LightboxViewProps { @observer export class LightboxView extends React.Component { @observable public static LightboxDoc: Opt; + public static IsLightboxDocView(path: DocumentView[]) { return path.includes(LightboxView.LightboxDocView.current!); } public static LightboxHistory: (Opt)[] = []; public static LightboxFuture: (Opt)[] = []; public static LightboxDocView = React.createRef(); -- cgit v1.2.3-70-g09d2