diff --git a/apps/desktop/src/components/pane-shell/pane-shell.tsx b/apps/desktop/src/components/pane-shell/pane-shell.tsx index 42d82047817..a80d874630b 100644 --- a/apps/desktop/src/components/pane-shell/pane-shell.tsx +++ b/apps/desktop/src/components/pane-shell/pane-shell.tsx @@ -412,12 +412,13 @@ export function Pane({ ref={paneRef} style={{ gridColumn: `${slot.column} / ${slot.column + 1}` }} > - {/* Invisible edge hot-zone — a settled hover (hoverIntent) floats the panel in. */} + {/* Invisible edge hot-zone — a settled hover (hoverIntent) floats the panel in. + No pointer cursor: it's invisible, so it must not betray itself before reveal. */}