aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/CaptureManager.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-11-14 13:34:04 -0500
committerbobzel <zzzman@gmail.com>2023-11-14 13:34:04 -0500
commit3817e7e380031a60b0d5cfe31bc350ca8f4f6056 (patch)
treed7d90b2f170266acc7b61fa6fc4b2ee4fcbbc02a /src/client/util/CaptureManager.tsx
parent7fcf4c54c42b7eaa427ea88c0b8586a78d7f1859 (diff)
simplified goldenlayout tab buttons and made open in lightbox more accessible for a tab.
Diffstat (limited to 'src/client/util/CaptureManager.tsx')
-rw-r--r--src/client/util/CaptureManager.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/CaptureManager.tsx b/src/client/util/CaptureManager.tsx
index f42336ee7..8a4f37121 100644
--- a/src/client/util/CaptureManager.tsx
+++ b/src/client/util/CaptureManager.tsx
@@ -73,7 +73,7 @@ export class CaptureManager extends React.Component<{}> {
<div
className="save"
onClick={() => {
- LightboxView.SetLightboxDoc(this._document);
+ LightboxView.Instance.SetLightboxDoc(this._document);
this.close();
}}>
Save