Skip to content

Commit

Permalink
File Explorer fix for #1787 (#1810)
Browse files Browse the repository at this point in the history
* fix: enhanced GitHub buttons in playground

* style: yarn run format

* fix: close save file dialog after confirming save
  • Loading branch information
ChengGeng97 committed Jun 18, 2021
1 parent 2870d76 commit 35c076d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commons/gitHubOverlay/FileExplorerDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ const FileExplorerDialog: React.FC<FileExplorerDialogProps> = props => {
}
}
}
props.onSubmit('');
}

async function handleNodeClick(
Expand Down

0 comments on commit 35c076d

Please sign in to comment.