fix(desktop): propagate huddle sidebar navigation

Return the huddle route promise through the sidebar handler so deferred
navigation can clear its destination skeleton if the route commit fails.

Co-authored-by: Carl <c7ebe626f000404285d3686e1dc74cc07cc60a9754a150041ba132e14bd3e2ec@buzz.block.builderlab.xyz>
Signed-off-by: Wes <wesbillman@users.noreply.github.com>
This commit is contained in:
Wes
2026-08-16 12:42:57 -06:00
co-authored by Carl
parent e17c4df27e
commit 448587bc2d
+1 -2
View File
@@ -316,8 +316,7 @@ export function useHuddlePresentation() {
isHuddleDrawerOpen &&
channelId === activeHuddleChannelIdRef.current
) {
showHuddleInMainApp(channelId);
return;
return showHuddleInMainApp(channelId);
}
return goChannel(channelId);
},