@embedpdf-editor/react-chapter-viewer 0.1.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -284,7 +284,7 @@ export declare class ChapterScrollPlugin extends BasePlugin<ChapterScrollPluginC
284
284
  private chapterManagerUnsubs;
285
285
  constructor(id: string, registry: PluginRegistry);
286
286
  initialize(config: ChapterScrollPluginConfig): Promise<void>;
287
- /** 章节 PDF 在 document-manager 中是否已可渲染(不依赖 chapter-manager.status,避免事件丢失) */
287
+ /** 章节 PDF 在 core 中是否已可渲染(documentId === chapterId) */
288
288
  private isChapterDocumentReady;
289
289
  private refreshLayout;
290
290
  /** 对已打开且可渲染的章节补采页尺寸 */