Apptag/QuickSearch.swift @@ -1385,7 +1385,9 @@ override func mouseDown(with event: NSEvent) { if let result { DispatchQueue.main.async { [onLaunch] in onLaunch(result) } } else { super.mouseDown(with: event) }