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:
dotta 2026-04-06 11:50:11 -05:00
parent 4a75d05969
commit f7410673fe

View file

@ -1054,6 +1054,7 @@ export function IssueChatThread({
/>
) : null}
</div>
</IssueChatCtx.Provider>
</AssistantRuntimeProvider>
);
}