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.
This commit is contained in:
brennanb2025 2026-04-20 21:16:38 -07:00
parent 5ceb43f6d5
commit ef2196671b

View file

@ -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,