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,