Skip to content

Commit

Permalink
revert dialog channel close
Browse files Browse the repository at this point in the history
  • Loading branch information
atterpac committed Apr 15, 2024
1 parent a7208f5 commit d62331e
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 d62331e

Please sign in to comment.