-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add directory picker/#155 #253
Conversation
Originally posted by @baaraak in #155 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- About the concern with the folder/file name, I think you just need to use the
showSaveDialog
instead ofshowOpenDialog
. Note theshowSaveDialog
is not actually saving something. It is just the right dialog for selecting a path to a new file, instead of selecting a path of existing one. - Not sure what you mean in the "json/csv component" "bug", maybe I answered you in my review...
Thanks! Good luck!!!!
Fix #155
bacgkround.ts
.