Skip to content

Commit

Permalink
Get rid of alert.
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRClark committed Jun 4, 2021
1 parent ac1b465 commit 88a84bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion component/src/app/file-browse/file-browse.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export class FileBrowseComponent implements OnInit {
public doSelectFile() {
// Compute the full path.
if (this.selectedFile) {
alert('file selected: ' + this.rootPath + this.getCurrentPath() + '/' + this.selectedFile.name);
// Dispatch using window custom event so we can listen from anywhere.
let event = new CustomEvent("fselect", {
detail: {
Expand Down

0 comments on commit 88a84bd

Please sign in to comment.