Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
classfang committed Mar 21, 2024
1 parent f286979 commit 211b346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/components/views/ai-drawing/AIDrawing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const stopGenerate = () => {
<!-- 主体 -->
<div class="ai-drawing-body">
<div class="ai-drawing-body-left">
<AIDrawingConsole />
<AIDrawingConsole :key="`ai-drawing-console-${drawingStore.currentTaskId}`" />
</div>
<div class="ai-drawing-body-right">
<div class="ai-drawing-img-area">
Expand Down

0 comments on commit 211b346

Please sign in to comment.