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:
parent
0895e6a508
commit
220d5535f7
@ -272,7 +272,6 @@ func (d *OpenFileDialogStruct) PromptForSingleSelection() (string, error) {
|
||||
if err == nil {
|
||||
result = <-selections
|
||||
}
|
||||
close(selections)
|
||||
|
||||
return result, err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user