5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-21 11:29:29 +08:00

revert dialog channel close (#3395)

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
This commit is contained in:
Atterpac 2024-04-15 04:03:35 -04:00 committed by GitHub
parent 0895e6a508
commit 220d5535f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -272,7 +272,6 @@ func (d *OpenFileDialogStruct) PromptForSingleSelection() (string, error) {
if err == nil {
result = <-selections
}
close(selections)
return result, err
}