fix: always hydrate routed workbench sessions (#1321)
This commit is contained in:
@@ -31,7 +31,7 @@ useAutoRefresh(() => workbench.refreshLive(), 30_000);
|
||||
|
||||
async function applyRouteConversation(): Promise<boolean> {
|
||||
const conversationId = routeConversationId.value;
|
||||
if (!conversationId || workbench.activeConversationId === conversationId) return true;
|
||||
if (!conversationId) return true;
|
||||
applyingRouteConversation.value = true;
|
||||
try {
|
||||
return await workbench.selectConversationById(conversationId);
|
||||
|
||||
Reference in New Issue
Block a user