patent-editor 0.2.9 → 0.2.11

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/lib.d.ts CHANGED
@@ -322,7 +322,7 @@ declare interface EditorState {
322
322
  chatSessionAPI: ChatSessionAPI | null;
323
323
  chatSessionId: string | null;
324
324
  rightPanel: RightPanelState;
325
- setEditor: (editor: Editor) => void;
325
+ setEditor: (editor: Editor | null) => void;
326
326
  setDocument: (document: JSONContent) => void;
327
327
  setSelection: (selection: {
328
328
  from: number;