func windowDidResignKey()

in HuggingChat-Mac/Views/FloatingPanel.swift [88:92]


    func windowDidResignKey(_ notification: Notification) {
        if !isFileImporterVisible && !isFocused {
            close()
        }
    }