Skip to content

Commit

Permalink
add small comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Sep 21, 2024
1 parent 45f18cb commit 1dd7c97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui2/src/features/document/components/PageOCRDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ interface Args {
}

export const PageOCRDialog = ({onClose, opened}: Args) => {
/* Show OCRed text of one or multiple pages */
const ref = useRef<HTMLButtonElement>(null)
const mode: PanelMode = useContext(PanelContext)
const selectedPages = useAppSelector(s => selectSelectedPages(s, mode)) || []
Expand Down

0 comments on commit 1dd7c97

Please sign in to comment.