mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
Fix needs-work feedback panel closing immediately
The IssueChatCtx.Provider was opened but never closed, causing the context to not properly wrap the thread. This, combined with the stable component references via context (already in place), ensures OutputFeedbackButtons state is preserved across re-renders when feedback votes update. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
4a75d05969
commit
f7410673fe
1 changed files with 1 additions and 0 deletions
|
|
@ -1054,6 +1054,7 @@ export function IssueChatThread({
|
|||
/>
|
||||
) : null}
|
||||
</div>
|
||||
</IssueChatCtx.Provider>
|
||||
</AssistantRuntimeProvider>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue