Skip to content

Commit

Permalink
menuClicked should also set the staged_value (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
stdweird authored Sep 15, 2023
1 parent f854d92 commit da75ce6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/file_picker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ export default {
}
this.updateEntries(this.path);
this.staged_value = this.path;
},
save: function() {
this.path = pathmod.dirname(this.staged_value);
Expand Down

0 comments on commit da75ce6

Please sign in to comment.