Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Sources/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15540,8 +15540,7 @@ private extension AppDelegate {
target: target,
sender: sender,
allowFallback: Self.allowsWindowFallback(for: action)
),
BrowserPanel.isDetachedInspectorWindow(window) else { return false }
) else { return false }

for panel in allBrowserPanelsForInspectorWindowClose() {
if panel.closeDeveloperToolsFromDetachedInspectorWindowUserAction(
Expand Down
Loading
Loading