From ef2196671bf8c60f893a30aa6410520558b257df Mon Sep 17 00:00:00 2001 From: brennanb2025 Date: Mon, 20 Apr 2026 21:16:38 -0700 Subject: [PATCH] docs(tab-drag): update oxlint-disable rationale after gate rename Stale reference cleanup after 5ceb43f6 renamed the gate from terminal-specific to all tab types. --- .../src/components/tab-group/TabGroupDndContext.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/renderer/src/components/tab-group/TabGroupDndContext.tsx b/src/renderer/src/components/tab-group/TabGroupDndContext.tsx index 02717206..55eb1740 100644 --- a/src/renderer/src/components/tab-group/TabGroupDndContext.tsx +++ b/src/renderer/src/components/tab-group/TabGroupDndContext.tsx @@ -1,8 +1,8 @@ /* oxlint-disable max-lines -- Why: the cross-group DnD context coordinates * collision detection, drag-state tracking, three distinct drop targets - * (sortable tab, group droppable, pane-body split), the shared drag gate for - * terminal tabs, and the drag overlay — splitting would fragment the reducer- - * like state machine these callbacks share via dragStateRef. */ + * (sortable tab, group droppable, pane-body split), the cross-group drop + * gate, and the drag overlay — splitting would fragment the reducer-like + * state machine these callbacks share via dragStateRef. */ import { useCallback, useMemo, useRef, useState } from 'react' import { closestCenter,