diff options
author | bobzel <zzzman@gmail.com> | 2024-09-02 12:32:11 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-09-02 12:32:11 -0400 |
commit | 2133a20dfd1346d8eef897f4536dc21e16271537 (patch) | |
tree | b6d35f8bf06c7303a1a74dd79ec88e1d7aa6a688 /src/client/views/LightboxView.tsx | |
parent | 82a619a446c94313f06d86707be28041632c59ea (diff) |
minor cleanup
Diffstat (limited to 'src/client/views/LightboxView.tsx')
-rw-r--r-- | src/client/views/LightboxView.tsx | 2 |
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 */ |