Skip to content

Commit

Permalink
revert dialog channel close (#3395)
Browse files Browse the repository at this point in the history
Co-authored-by: Lea Anthony <[email protected]>
  • Loading branch information
atterpac and leaanthony authored Apr 15, 2024
1 parent 0895e6a commit 220d553
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v3/pkg/application/dialogs.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ func (d *OpenFileDialogStruct) PromptForSingleSelection() (string, error) {
if err == nil {
result = <-selections
}
close(selections)

return result, err
}
Expand Down

0 comments on commit 220d553

Please sign in to comment.