diff --git a/src/lib/components/TabList.svelte b/src/lib/components/TabList.svelte index fb651232..0f1630c6 100644 --- a/src/lib/components/TabList.svelte +++ b/src/lib/components/TabList.svelte @@ -220,8 +220,8 @@ class:drag-opacity={draggingId === tab.id} onmousedown={(e) => handleMouseDown(e, tab, e.currentTarget as HTMLElement)} onclick={(e) => { - // Only reachable when maximized, where the wrapper is taller - // than the tab (#823). Clicks inside the tab are the tab's own. + // Only reachable when maximized, where the wrapper reaches up to + // the screen edge (#823). Clicks inside the tab are the tab's own. if (e.target === e.currentTarget) selectTab(tab); }}>