Skip to content

Commit 9b78c00

Browse files
committed
Remove dead split drag branch
1 parent 97d8aa5 commit 9b78c00

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Sources/TerminalWindowPortal.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,10 +1746,6 @@ enum TerminalWindowPortalRegistry {
17461746
}
17471747

17481748
let candidateWindows = currentSplitDividerDragCandidateWindows(for: event)
1749-
if let activeSplitDividerDragWindowId,
1750-
candidateWindows.contains(where: { ObjectIdentifier($0) == activeSplitDividerDragWindowId }) {
1751-
return true
1752-
}
17531749

17541750
switch event.type {
17551751
case .leftMouseDown, .leftMouseDragged:

0 commit comments

Comments
 (0)