Skip to content

Commit

Permalink
Add Asana link in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed May 9, 2024
1 parent a17ede4 commit 3d12ae0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DuckDuckGo/Tab/View/WebViewContainerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ final class WebViewContainerView: NSView {
}
.store(in: &cancellables)

// https://app.asana.com/0/72649045549333/1206959015087322/f
if #unavailable(macOS 14.4) {
fullScreenWindowWillCloseCancellable = NotificationCenter.default.publisher(for: NSWindow.willCloseNotification, object: fullScreenWindow)
.sink { [weak self] notification in
Expand Down

0 comments on commit 3d12ae0

Please sign in to comment.