mirror of
https://github.com/stablyai/orca
synced 2026-04-21 14:17:16 +00:00
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:
parent
5ceb43f6d5
commit
ef2196671b
1 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue