aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/LightboxView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-09-02 12:32:11 -0400
committerbobzel <zzzman@gmail.com>2024-09-02 12:32:11 -0400
commit2133a20dfd1346d8eef897f4536dc21e16271537 (patch)
treeb6d35f8bf06c7303a1a74dd79ec88e1d7aa6a688 /src/client/views/LightboxView.tsx
parent82a619a446c94313f06d86707be28041632c59ea (diff)
minor cleanup
Diffstat (limited to 'src/client/views/LightboxView.tsx')
-rw-r--r--src/client/views/LightboxView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/LightboxView.tsx b/src/client/views/LightboxView.tsx
index 77a2c1b86..331b3db64 100644
--- a/src/client/views/LightboxView.tsx
+++ b/src/client/views/LightboxView.tsx
@@ -35,7 +35,7 @@ type LightboxSavedState = { [key: string]: FieldResult; }; // prettier-ignore
@observer
export class LightboxView extends ObservableReactComponent<LightboxViewProps> {
/**
- * Determines whether a DocumentView is descendant of the lightbox view
+ * Determines whether a DocumentView is descendant of the lightbox view (or any of its pop-ups like the annotationPalette)
* @param view
* @returns true if a DocumentView is descendant of the lightbox view
*/