From f273c97121300eb9b242f7272cc1cc56c396ca8b Mon Sep 17 00:00:00 2001 From: eleanor-park Date: Mon, 6 Jan 2025 18:21:02 -0500 Subject: started a previous images display --- src/client/views/nodes/DocumentView.tsx | 62 ++++++++++++++++++++------------- 1 file changed, 37 insertions(+), 25 deletions(-) (limited to 'src/client/views/nodes/DocumentView.tsx') diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index ab58023e3..f79eadde8 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -723,31 +723,43 @@ export class DocumentViewInternal extends DocComponent - - {this._showAIEditor && (this._componentView?.componentAIView?.(this.rph()) ?? null)} +
+
+ +
+ {this._showAIEditor && ( +
+ {this._componentView?.componentAIViewHistory?.() ?? null} +
+ )} + {this._showAIEditor && ( +
+
+ {this._componentView?.componentAIView?.() ?? null} +
+ )}
); } -- cgit v1.2.3-70-g09d2