file loading removal

This commit is contained in:
Anthony Stirling 2025-11-13 15:54:31 +00:00
parent 5d40fcf49f
commit c74f71af3a

View File

@ -199,7 +199,6 @@ export interface PdfTextEditorViewData {
forceSingleTextElement: boolean;
groupingMode: 'auto' | 'paragraph' | 'singleLine';
requestPagePreview: (pageIndex: number, scale: number) => void;
onLoadJson: (file: File | null) => Promise<void> | void;
onSelectPage: (pageIndex: number) => void;
onGroupEdit: (pageIndex: number, groupId: string, value: string) => void;
onGroupDelete: (pageIndex: number, groupId: string) => void;