release v1.8.3

This commit is contained in:
Bohdan Triapitsyn
2026-03-02 02:31:09 +02:00
parent b4cd16f55b
commit 4b6f7766ef
12 changed files with 46 additions and 10 deletions
@@ -1275,7 +1275,7 @@ export const SessionSidebar: React.FC<SessionSidebarProps> = ({
// Always return early if same session is selected to avoid unnecessary store operations
if (sessionId === currentSessionId) {
if (!allowReselect) {
if (allowReselect) {
onSessionSelected?.(sessionId);
}
return;