We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d8aa5 commit 9b78c00Copy full SHA for 9b78c00
1 file changed
Sources/TerminalWindowPortal.swift
@@ -1746,10 +1746,6 @@ enum TerminalWindowPortalRegistry {
1746
}
1747
1748
let candidateWindows = currentSplitDividerDragCandidateWindows(for: event)
1749
- if let activeSplitDividerDragWindowId,
1750
- candidateWindows.contains(where: { ObjectIdentifier($0) == activeSplitDividerDragWindowId }) {
1751
- return true
1752
- }
1753
1754
switch event.type {
1755
case .leftMouseDown, .leftMouseDragged:
0 commit comments